
Clear Thought
STDIOMCP server providing mental models and systematic thinking for enhanced problem-solving
MCP server providing mental models and systematic thinking for enhanced problem-solving
A Model Context Protocol (MCP) server that provides systematic thinking, mental models, and debugging approaches for enhanced problem-solving capabilities.
To install clear-thought-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @chirag127/clear-thought-mcp-server --client claude
git clone https://github.com/chirag127/clear-thought-mcp-server.git
Then navigate to the project directory:
cd clear-thought-mcp-server
npm install
npm run build
Start the server with:
npm start
This will start the MCP server using stdio transport, which can be connected to by MCP clients.
For development with automatic reloading:
npm run dev
The server can be used with any MCP-compatible client. Here are some examples:
npm install -g @modelcontextprotocol/inspector
npm start
mcp-inspector --stdio "node dist/index.js"
The server can be integrated with LLM applications that support the Model Context Protocol. Refer to the MCP documentation for specific integration details.
Each tool in the Clear Thought MCP Server has specific strengths. Here are some scenarios where each tool might be particularly useful:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Note: These are suggestions rather than rules. Tools can be used in any order or combination that best serves your needs.
clear-thought-mcp-server/
├── dist/ # Compiled JavaScript files
├── src/ # TypeScript source code
│ ├── models/ # Data interfaces
│ ├── tools/ # Tool implementations
│ └── index.ts # Main server entry point
├── package.json # Project dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # Project documentation
Chirag Singhal (@chirag127)
MIT