Thought Space - MCP Advanced Branch-Thinking Tool

{ "name": "@modelcontextprotocol/server-branch-thinking", "version": "0.2.0", "description": "MCP server for managing branching thoughts with insights and cross-references", "license": "MIT", "type": "module", "bin": { "mcp-server-branch-thinking": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && node dist/index.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "chalk": "^5.4.1", "lodash": "^4.17.21", "neo4j": "^1.1.1", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.8.2" } }