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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related search servers