A tool for bold and unconventional problem-solving, generating unique solutions by branching and tracking thoughts.
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.
A server for querying Jira issues, requiring a Jira token for authentication.
An MCP server for managing Tempo worklogs in Jira. It connects to Jira and Tempo services using API tokens and environment variables.
An MCP server for intelligent text summarization, configurable with various AI providers.
A server for managing local prompt files, allowing AI models to create, retrieve, update, and delete them.
Access the Whoop API to query cycles, recovery, strain, and workout data.
An MCP server for Google Calendar, enabling LLMs to read, create, and manage calendar events.
Interact with Microsoft OneNote using AI language models like Claude and other LLMs.
Converts Cursor agent plans into structured markdown task lists and organizes them in your repository.
Enhances AI reasoning by providing a structured thinking environment.
A macOS app that connects your digital life with AI, providing access to Calendar, Contacts, Location, Maps, Messages, Reminders, and Weather services.