@iflow-mcp/mcp-think-tank
v2.0.7
Published
Structured thinking and knowledge management tool for Model Context Protocol
Readme
MCP Think Tank
A Model Context Protocol (MCP) server for structured thinking, knowledge graph memory, and task management.
Fixed in 2.1.3
- Fixed ESM/CommonJS compatibility issues with npx installation
- Updated bin script to work with Node.js 18+
- Improved module loading to prevent 'require is not defined' errors
Fixed in 2.1.2
- Fixed bin script issues with global installation
- Improved CommonJS compatibility for the CLI
Fixed in 2.1.1
- Ensured compatibility with Claude Desktop and Cursor
- Fixed test issues and added 'bin' directory to package files
- Improved package structure for better npx installation experience
Fixed in 2.1.0
- Removed connection check interval that was causing 60-second timeouts
- Simplified logging to prevent errors
Usage
npx mcp-think-tankRequirements
- Node.js 18.0.0 or higher
- Note: Some dependencies may warn about higher Node.js requirements but the package will work on Node 18+
Configuration
Configure in your ~/.cursor/mcp.json file:
{
"mcpServers": {
"think-tank": {
"command": "npx",
"args": ["-y", "mcp-think-tank"],
"type": "streamable-http",
"env": {
"MEMORY_PATH": "/path/to/memory.jsonl",
"EXA_API_KEY": "your-exa-api-key-if-using-research"
}
}
}
}