Mcp Thinking
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp ThinkingCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



