UseScraper MCP Server
{
"name": "@modelcontextprotocol/server-branch-thinking",
"version": "0.1.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 && chmod +x dist/index.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.5.0",
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/node": "^22",
"typescript": "^5.3.3"
}
}