Skip to content
Grok

gridually mcp for Grok

io.github.fsholmberg/gridually-mcp

Compare flashcard apps, spatial memory science, and aphantasia learning guides.

client:Grok transport:stdio runtime:npm

Install gridually mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gridually-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridually-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

gridually mcp in other clients