Unreasonable Thinking Server

Unreasonable Thinking Server

This is a MCP server that implements an unreasonable thinking system. It helps generate unconventional solutions: Generating unreasonable thoughts that challenge conventional wisdom. Creating branches of thinking in different directions

stagsz

Advanced AI Reasoning
Visit Server

Tools

generate_unreasonable_thought

Generate a new unreasonable thought that challenges conventional thinking

branch_thought

Create a new branch of thinking from an existing thought

list_thoughts

List all thoughts in the current thinking session

README

Unreasonable Thinking Server

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:

  • Generating unreasonable thoughts that challenge conventional wisdom
  • Creating branches of thinking in different directions
  • Tracking and organizing thoughts in a session

<a href="https://glama.ai/mcp/servers/pam1hp4gtk"><img width="380" height="200" src="https://glama.ai/mcp/servers/pam1hp4gtk/badge" alt="Unconventional-thinking server MCP server" /></a>

Features

Tools

  • generate_unreasonable_thought - Generate new unconventional thoughts
    • Takes a problem description and optional parameters
    • Can build upon or rebel against previous thoughts
  • branch_thought - Create new branches of thinking
    • Supports different directions: more extreme, opposite, tangential
    • Maintains connection to source thoughts
  • list_thoughts - View all thoughts in the session
    • Can filter by branch
    • Shows relationships between thoughts

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

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"
    }
  }
}

Debugging

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.

Recommended Servers

React MCP

React MCP

react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts

Featured
Local
Any OpenAI Compatible API Integrations

Any OpenAI Compatible API Integrations

Integrate Claude with Any OpenAI SDK Compatible Chat Completion API - OpenAI, Perplexity, Groq, xAI, PyroPrompts and more.

Featured
Exa MCP

Exa MCP

A Model Context Protocol server that enables AI assistants like Claude to perform real-time web searches using the Exa AI Search API in a safe and controlled manner.

Featured
MySQL Server

MySQL Server

Allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.

Featured
Aindreyway Codex Keeper

Aindreyway Codex Keeper

Serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.

Featured
Perplexity Deep Research

Perplexity Deep Research

A server that allows AI assistants to perform web searches using Perplexity's sonar-deep-research model with citation support.

Featured
OpenRouter MCP Server

OpenRouter MCP Server

Provides integration with OpenRouter.ai, allowing access to various AI models through a unified interface.

Featured
Search1API MCP Server

Search1API MCP Server

A Model Context Protocol (MCP) server that provides search and crawl functionality using Search1API.

Featured
Jina AI

Jina AI

Contribute to JoeBuildsStuff/mcp-jina-ai development by creating an account on GitHub.

Featured
RAT MCP Server

RAT MCP Server

🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context between interactions.

Local