Skip to content
Zed

gft mcp for Zed

io.github.corallips/gft-mcp

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

client:Zed transport:stdio runtime:npm

Install gft mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "gft-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gft-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gft mcp in other clients