Skip to content
Zed

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

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

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

Komodo MCP Server in other clients