Mcp Thinking

by VitalyMalakanov

223 downloads
Not rated
GitHub

About

A powerful Model Context Protocol (MCP) server that enhances Large Language Models (LLMs) with advanced sequential thinking capabilities. Built on the Model Context Protocol standard, this server enables AI agents to perform structured reasoning and execute complex cognitive task

Details

Author
VitalyMalakanov
Downloads
223
Categories
Other

- 19 distinct thinking modes
- Tree-structured thought organization
- Metacognitive analysis capability
- Logical consistency checking
- Multi-session management with UUID
- Cognitive bias detection

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Thinking
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp thinking": {
            "thinking": {
                "command": "docker",
                "args": [
                    "run",
                    "-i",
                    "--rm",
                    "-p",
                    "8000:8000",
                    "-e",
                    "LANG=en_US.UTF-8",
                    "-v",
                    "${PWD}:/app",
                    "mcp-thinking"
                ],
                "env": {
                    "LANG": "en_US.UTF-8",
                    "MCP_SERVER_PORT": "8000",
                    "MCP_SERVER_HOST": "0.0.0.0"
                }
            }
        }
    }
}

McpServers

{
    "thinking": {
        "command": "docker",
        "args": [
            "run",
            "-i",
            "--rm",
            "-p",
            "8000:8000",
            "-e",
            "LANG=en_US.UTF-8",
            "-v",
            "${PWD}:/app",
            "mcp-thinking"
        ],
        "env": {
            "LANG": "en_US.UTF-8",
            "MCP_SERVER_PORT": "8000",
            "MCP_SERVER_HOST": "0.0.0.0"
        }
    }
}

✨ Key Features

🤖 Advanced Thinking

- 19 distinct thinking modes
- Tree-structured thoughts
- Metacognitive analysis
- Logical consistency checking

🔄 Session Management

- UUID-based identification
- Robust context handling
- Comprehensive export tools
- Multi-session support

🔍 Quality & Analysis

- Confidence assessment
- Cognitive bias detection
- Adaptive planning
- Multi-language support

⚡ Performance

- Async-first architecture
- Efficient resource management
- Horizontal scaling support
- Optimized session handling

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.