Komodo MCP Server for Zed
io.github.mp-tool/komodo-mcp-server
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
client:Zed
transport:stdio
runtime:npm
Install Komodo MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"komodo-mcp-server": {
"command": "npx",
"args": [
"-y",
"komodo-mcp-server"
],
"env": {
"KOMODO_URL": "<KOMODO_URL>",
"KOMODO_API_KEY": "<KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<KOMODO_API_SECRET>",
"KOMODO_USERNAME": "<KOMODO_USERNAME>",
"KOMODO_PASSWORD": "<KOMODO_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs