Skip to content
Grok

Cokodo Agent for Grok

io.github.dinwind/cokodo-agent

Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs.

client:Grok transport:stdio runtime:pypi

Install Cokodo Agent in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cokodo-agent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cokodo-agent"
      ]
    }
  }
}

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

Cokodo Agent in other clients