This MCP server enables AI clients to access CodeAlive's advanced semantic code search and codebase interaction features, optimized for large codebases.
From the registry: Semantic code search and analysis from CodeAlive for AI assistants and agents.
Please install the `codealive-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **CodeAlive API key** — Sign up at app.codealive.ai, navigate to MCP & API, and create an API key. (https://app.codealive.ai/)
Canonical MCP server config (HTTP transport):
- url: `https://mcp.codealive.ai/api`
- headers:
- `Authorization`: `Bearer <your-codealive-api-key>`
Note: Hosted remote MCP server (recommended). Docker stdio fallback available: `docker run --rm -i -e CODEALIVE_API_KEY=<key> ghcr.io/codealive-ai/codealive-mcp:v0.3.0`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CODEALIVE_API_KEYrequiredYour API key for accessing CodeAlive servicesMCP server for searching Airweave collections with natural language queries.