Skip to content
Grok

gft mcp for Grok

io.github.corallips/gft-mcp

Bring your GFT (Git for Thought) white-box thinking map to any AI agent. 把你的思维脉络接给任何 agent。

client:Grok transport:stdio runtime:npm

Install gft mcp in Grok

.mcp.json (in your project root)

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

gft mcp in other clients