Skip to content
Zed

codealive mcp for Zed

io.github.codealive-ai/codealive-mcp

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

client:Zed transport:stdio runtime:oci

Install codealive mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

codealive mcp in other clients