mcp-reasoner

Jacck/mcp-reasoner
★ 277 stars TypeScript 🤖 AI/LLM Updated 1mo ago
A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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