Komodo MCP Server for Zed
io.github.samik081/mcp-komodo
Manage Komodo through AI assistants
client:Zed
transport:stdio
runtime:npm
Install Komodo MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-komodo": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-komodo"
],
"env": {
"KOMODO_URL": "<KOMODO_URL>",
"KOMODO_API_KEY": "<KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<KOMODO_API_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs