gft mcp for Cursor
io.github.corallips/gft-mcp
Bring your GFT (Git for Thought) white-box thinking map to any AI agent. 把你的思维脉络接给任何 agent。
client:Cursor
transport:stdio
runtime:npm
Install gft mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gft-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gft-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs