Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Thought Space - MCP Advanced Branch-Thinking Tool
Claim
by
ssdeanx
GitHub
Knowledge & Memory
Developer Tools
Research & Data
TypeScript
MIT License
4
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
dist
src
examples.md
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "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" } }