Unreasonable Thinking
STDIOA tool for bold, unconventional, and boundary-breaking problem-solving.
A tool for bold, unconventional, and boundary-breaking problem-solving.
A detailed tool for bold, unconventional, and boundary-breaking problem-solving.
This is a TypeScript-based MCP server that implements an unreasonable thinking system. It helps generate unconventional solutions to problems by:
generate_unreasonable_thought
- Generate new unconventional thoughts
branch_thought
- Create new branches of thinking
list_thoughts
- View all thoughts in the session
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "unreasonable-thinking-server": { "command": "/path/to/unreasonable-thinking-server/build/index.js" } } }
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.