Skip to content
Grok

Kody for Grok

io.github.kentcdodds/kody

Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

client:Grok transport:streamable-http

Install Kody in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "kody": {
      "type": "http",
      "url": "https://kody.codes/mcp"
    }
  }
}

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

Kody in other clients