MCP Reasoner
MCP Serverby jacck · Added 5mo ago
Claude
277
Install
git clone https://github.com/jacck/mcp-reasonerAdd to Claude
claude mcp add jacck-mcp-reasonerQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-reasoner": {
"command": "npx",
"args": [
"@modelcontextprotocol/mcp-reasoner"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Implements beam search and thought evaluation for structured problem-solving, enabling exploration of multiple solution paths in complex reasoning tasks.
Tags
AI & MLmcp-server