Loading MCP server directory, please wait...
Manage Komodo through AI assistants
npx @getmcp/cli add io.github.Samik081/mcp-komodoRequires Node.js 18+. Community-contributed server. Review source before installing.
KOMODO_URLURL of the Komodo instance (e.g. https://komodo.example.com)
KOMODO_API_KEYKomodo API key
KOMODO_API_SECRETKomodo API secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Samik081/mcp-komodo": {
"command": "node",
"args": [
"@samik081/mcp-komodo"
],
"env": {
"KOMODO_URL": "",
"KOMODO_API_KEY": "",
"KOMODO_API_SECRET": ""
}
}
}
}