Komodo MCP Server for Grok
io.github.samik081/mcp-komodo
Manage Komodo through AI assistants
client:Grok
transport:stdio
runtime:npm
Install Komodo MCP Server in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs