Code Assistant for Zed
io.github.j0hanz/code-assistant
Gemini-powered MCP server for code analysis.
client:Zed
transport:stdio
runtime:npm
Install Code Assistant in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"code-assistant": {
"command": "npx",
"args": [
"-y",
"@j0hanz/code-assistant"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs