Skip to content
VS Code

gft mcp for VS Code

io.github.corallips/gft-mcp

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

client:VS Code transport:stdio runtime:npm

Install gft mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "gft-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gft-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gft mcp in other clients