mcp-reasoner

mcp-reasoner

198

MCP Reasoner is a project aimed at enhancing Claude Desktop's problem-solving capabilities through the implementation of Beam Search and Monte Carlo Tree Search. It introduces new experimental algorithms for complex reasoning tasks.

MCP Reasoner

A reasoning implementation for Claude Desktop using Beam Search and Monte Carlo Tree Search (MCTS).

Current Version: v2.0.0

  • Added experimental reasoning algorithms: mcts-002-alpha and mcts-002alt-alpha with A* and Bidirectional Search Methods and Policy Simulation Layer.

Features

  • Beam Search for straightforward tasks
  • MCTS for complex problems with alpha variations
  • Tracks reasoning paths and analyzes the process
  • Follows the MCP protocol