{ "name": "gft-mcp", "version": "0.2.0", "description": "GFT (Git for Thought) MCP server — bring your white-box thinking map to any AI agent. 把你在 GFT 确认过的思维脉络接给任何 agent:用它们的 token,走 GFT 的规则。", "type": "module", "bin": { "gft-mcp": "server.mjs" }, "files": [ "server.mjs", "map.mjs", "prompts.mjs", "selftest.mjs", "README.md" ], "scripts": { "check": "node server.mjs --check", "test": "node selftest.mjs" }, "keywords": [ "mcp", "modelcontextprotocol", "mcp-server", "thinking-map", "white-box-context", "gitforthought", "claude", "memory" ], "repository": { "type": "git", "url": "git+https://github.com/CoralLips/gft-mcp.git" }, "homepage": "https://gitforthought.com", "license": "MIT", "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@supabase/supabase-js": "^2.45.0" }, "mcpName": "io.github.CoralLips/gft-mcp" }