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.
Automate desktop actions like mouse control, keyboard input, and taking screenshots.
Programmatic control over Windows system operations including mouse, keyboard, window management, and screen capture using nut.js.
A spellchecker and grammar checker for developers, requiring a Hyperspell token for authentication.
A command-line tool to fetch Google Calendar schedules and convert them into custom prompts or text snippets using a template engine.
An MCP server for managing Yandex Browser tabs with extended functionality.
MCP server for the incident management platform Rootly.
Provides workflow validation and best practices tools for the n8n automation platform.
CalDAV Nectcloud calendar integration. Manage calendars, events, attendees, etc.
Provides current date and time with configurable formats and timezones.