MCP Directory
Back

mcp-reasoner

by Jacck · TypeScript · ★ 276

A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation.

Install

npx -y github:Jacck/mcp-reasoner

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-reasoner": {
      "command": "npx",
      "args": [
        "-y",
        "github:Jacck/mcp-reasoner"
      ]
    }
  }
}

From the README

A reasoning implementation for Claude Desktop that lets you use both Beam Search and Monte Carlo Tree Search (MCTS). tbh this started as a way to see if we could make Claude even better at complex problem-solving... turns out we definitely can. **v2.0.0** > Added 2 Experimental Reasoning Algorithms: > > - > > - Uses the A* Search Method along with an early *alpha* implementation of a Policy Simulation Layer > > - Also includes an early *alpha* implementation of Adaptive Exploration Simulator & Outcome Based Reasoning Simulator > > *NOTE* the implementation of these a…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related productivity servers