{"type":"mcp_server","name":"mcp-reasoner","description":"The MCP Reasoner enhances Claude Desktop with Beam Search and Monte Carlo Tree Search (MCTS) algorithms, including experimental alpha variations, to improve its complex problem-solving capabilities by incorporating policy and search methods.","category":"AI","language":"TypeScript","stars":276,"forks":17,"owner":"Jacck","github_url":"https://github.com/Jacck/mcp-reasoner","homepage":null,"setup":"## Setup\n\n```\ngit clone https://github.com/frgmt0/mcp-reasoner.git \n\nOR clone the original:\n\ngit clone https://github.com/Jacck/mcp-reasoner.git\n\ncd mcp-reasoner\nnpm install\nnpm run build\n```\n\nAdd to Claude Desktop config:\n```\n{\n  \"mcpServers\": {\n    \"mcp-reasoner\": {\n      \"command\": \"node\",\n      \"args\": [\"path/to/mcp-reasoner/dist/index.js\"],\n    }\n  }\n}\n```","tools":"## Available Tools\n\n1. Beam search (good for straightforward stuff)\n2. MCTS (when stuff gets complex) with alpha variations\n3. Tracks how good different reasoning paths are\n4. Maps out all the different ways Claude thinks through problems\n5. Analyzes how the reasoning process went\n6. Follows the MCP protocol","faq":null,"created_at":"2024-12-19T15:40:07+00:00","updated_at":"2025-03-28T21:23:38+00:00","source_url":"https://model-context-protocol.com/servers/mcp-reasoner-claude-desktop-beam-search","related_articles":[]}