minimal-think-mcp
Version:
A minimal MCP server implementing a persistent thinking workspace tool with zero cognitive interference and default session support
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "minimal-think-mcp",
"version": "1.2.4",
"description": "A minimal MCP server implementing a persistent thinking workspace tool with zero cognitive interference and default session support",
"type": "module",
"main": "index.js",
"bin": {
"minimal-think-mcp": "index.js"
},
"scripts": {
"start": "node index.js",
"verify": "node verify.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"thinking",
"reasoning",
"workspace",
"anthropic",
"claude",
"persistent",
"sessions",
"thinking-modes",
"default-session",
"cross-chat"
],
"author": "differentstuff",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.22.4"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/differentstuff/minimal-think-mcp.git"
},
"homepage": "https://github.com/differentstuff/minimal-think-mcp#readme",
"bugs": {
"url": "https://github.com/differentstuff/minimal-think-mcp/issues"
}
}