Skip to content
Grok

pondlog garden for Grok

io.github.andrewschristison/pondlog-garden

DEPRECATED. Use @cropgraph/mcp instead. npx @cropgraph/mcp

client:Grok transport:stdio runtime:npm

Install pondlog garden in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pondlog-garden": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-garden"
      ]
    }
  }
}

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

pondlog garden in other clients