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
{
"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