Skip to content
Gemini CLI

gft mcp for Gemini CLI

io.github.corallips/gft-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install gft mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

gft mcp in other clients