Skip to content
Cursor

codealive mcp for Cursor

io.github.codealive-ai/codealive-mcp

Semantic code search and analysis from CodeAlive for AI assistants and agents.

client:Cursor transport:stdio runtime:oci

Install codealive mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codealive-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/codealive-ai/codealive-mcp:3.0.3"
      ],
      "env": {
        "CODEALIVE_API_KEY": "<CODEALIVE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

codealive mcp in other clients