CodeAlive MCP
About
Provides semantic code search and codebase interaction features via the CodeAlive API.
Details
- Author
- codealive-ai
- Downloads
- 400
- Categories
- Developer Tools, Search, Knowledge Base, Other
Jump to
- Semantic code search across all indexed datasources.
- Chat completions enriched with full codebase context.
- List available repositories and workspaces.
- Compatible with multiple AI client integrations.
- Supports both stdio and SSE transport protocols.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CodeAlive MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Http Deployment Self Hosted Cloud
Deploy the MCP server as an HTTP service for team-wide access or integration with self-hosted CodeAlive instances.
The CodeAlive MCP server can be deployed as an HTTP service using Docker. This allows multiple AI clients to connect to a single shared instance, and enables integration with self-hosted CodeAlive deployments.
Create adocker-compose.ymlfile based on our example:
# Download the example curl -O https://raw.githubusercontent.com/CodeAlive-AI/codealive-mcp/main/docker-compose.example.yml mv docker-compose.example.yml docker-compose.yml # Edit configuration (see below) nano docker-compose.yml # Start the service docker compose up -d # Check health curl http://localhost:8000/health
- RemoveCODEALIVE_BASE_URLenvironment variable (uses defaulthttps://app.codealive.ai)
- For remote clients with OAuth support, configure onlyhttps://mcp.codealive.ai/apiand complete the browser sign-in when prompted
- Existing API-key clients remain supported viaAuthorization: Bearer YOUR_KEY
- SetCODEALIVE_BASE_URLto your CodeAlive instance URL (e.g.,https://codealive.yourcompany.com)
- SetCODEALIVE_MCP_ALLOWED_HOSTSto the exact hostname clients use for this MCP server
- Clients must provide their API key viaAuthorization: Bearer YOUR_KEYheader
Seedocker-compose.example.ymlfor the complete configuration template.
For example, current Codex and Claude Code clients can use browser OAuth without storing a CodeAlive API key:
codex mcp add codealive --url https://mcp.codealive.ai/api codex mcp login codealive claude mcp add --transport http codealive https://mcp.codealive.ai/api # Start Claude Code and run /mcp to authenticate.
Cursor and OpenCode also discover OAuth automatically from the same URL. Usecursor-agent mcp login codealiveoropencode mcp auth codealivewhen their UI does not prompt automatically. API-key configuration remains available as a compatibility option.
Remote HTTP deployments can enable browser authorization while keeping legacy API-key clients working during rollout. OAuth mode publishes MCP Protected Resource Metadata, validates exact issuer/resource-bound JWTs, and exchanges them for a separate short-lived Tool API token. The incoming MCP bearer token is never forwarded downstream.
The authorization server and MCP service values must match exactly. In CodeAlive Web.Server the corresponding settings live underMcpOAuth(Enabled,Issuer,Resource,ToolApiResource,InternalClientId, andInternalClientSecret). Persist the Web.Server Data Protection key ring and OpenIddict signing/encryption certificates across replicas and restarts. For a zero-downtime internal credential rotation, give the new credential a new client ID, deploy Web.Server with both current andPreviousInternalClientId/PreviousInternalClientSecret, roll MCP replicas to the new current pair, then remove the previous pair. Web.Server deliberately fails startup instead of changing a secret in place under an existing client ID. Enable the Web.Server and MCP flags in the same rollout; a half-enabled deployment is not a valid steady state. API-key credentials retain their explicit legacy grammar and are never used as a fallback after OAuth validation fails.
Connecting Mcp Clients To Your Deployed Instance
Use the same generic connection details as CodeAlive Cloud, replacing the endpoint with your deployment's/apiURL:
- Endpoint:https://your-server.example.com/api
- Transport:Streamable HTTP
- Authentication header:Authorization: Bearer YOUR_API_KEY_HERE
For the exact configuration format, open the relevant](https://docs.codealive.ai/integrations/mcp/gemini-cli)client integration guide.
Use the client-specific documentation for Windows and WSL setup:
- Claude Code
- Claude Desktop
- All MCP integration guides
- Troubleshooting
For self-hosted servers running in WSL2, Windows clients must be able to reach the server's/apiendpoint. Use mirrored networking on supported Windows 11 versions or connect through the WSL2 VM address.
curl -H "Authorization: Bearer YOUR_API_KEY" https://app.codealive.ai/api/v1/data_sources
Enable debug logging:Add--debugto local server args
- "Connection refused"→ Check internet connection
- "401 Unauthorized"→ Verify your API key
- "No repositories found"→ Check API key permissions in CodeAlive dashboard
- Client-specific logs→ See your AI client's documentation for MCP logs
- docker: command not foundin WSL→ Enable Docker Desktop WSL integration for your distro (Settings → Resources → WSL integration), or use the full path/usr/bin/docker
- ENOENTorspawn errorfornpx/python→ Non-interactive WSL shells don't inheritnvm/pyenvpaths. Use absolute paths in MCP configs
- Connection refusedto self-hosted server in WSL2→ WSL2 uses NAT networking;localhostdiffers between Windows and WSL2. Enable mirrored networking in.wslconfigor use the WSL2 VM IP (hostname -I)
- Claude Desktop can't connect to WSL MCP server→ Claude Desktop doesn't support WSL subprocess spawning. Use Remote HTTP (https://mcp.codealive.ai/api), Docker Desktop, or thewsl.exeproxy pattern (seeWindows & WSL section)
- 📧 Email:support@codealive.ai
- 🐛 Issues:GitHub Issues
For maintainers: seeDEPLOYMENT.mdfor instructions on publishing new versions to the MCP Registry.
CodeAlive processes the repositories and queries you send through this extension in order to provide semantic search and codebase analysis. For complete privacy details, seeCodeAlive Privacy Policy.
MIT License - seeLICENSEfile for details.
Ready to supercharge your AI assistant with deep code understanding?
Get started now →
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Semantic code search for AI agents without indexing your codebase or storing any data. Fast and accurate.
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Word search, crossword, and sudoku generator MCP server with printable PDF worksheets, themed word banks, and verifiable LLM evals. Local-first, from the makers of puzzletide.com.
Official MCP server for Stimulsoft Reports & Dashboards documentation. Semantic search across FAQ, Programming Manual, Server/User Manual, and Server/Cloud API for .NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, and Python platforms.
Searching and access your AI coding sessions from Claude Code, Gemini CLI, opencode, and OpenAI Codex.
Search Apple's Developer Documentation with smart search and wildcard support.
MCP server that exposes ast-grep (sg) as two tools for structural code search.
Search everything your terminal ever printed. Local MCP server over per-command recorded output: full-text search, exit codes, diffs, secret redaction. Built and maintained by an AI agent (Soren Achebe).
Let AI agents search, register, and manage domains via API
Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"codealive mcp": {
"codealive": {
"command": "/path/to/your/codealive-mcp/.venv/bin/python",
"args": [
"/path/to/your/codealive-mcp/src/codealive_mcp_server.py",
"--debug"
],
"env": {
"CODEALIVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
}
McpServers
{
"codealive": {
"command": "/path/to/your/codealive-mcp/.venv/bin/python",
"args": [
"/path/to/your/codealive-mcp/src/codealive_mcp_server.py",
"--debug"
],
"env": {
"CODEALIVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




