Skip to content
Cursor

Komodo MCP Server for Cursor

io.github.samik081/mcp-komodo

Manage Komodo through AI assistants

client:Cursor transport:stdio runtime:npm

Install Komodo MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-komodo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@samik081/mcp-komodo"
      ],
      "env": {
        "KOMODO_URL": "<KOMODO_URL>",
        "KOMODO_API_KEY": "<KOMODO_API_KEY>",
        "KOMODO_API_SECRET": "<KOMODO_API_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Komodo MCP Server in other clients