A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-reasoner npx -y Jacck/mcp-reasoner
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-reasoner": {
"command": "npx",
"args": [
"-y",
"Jacck/mcp-reasoner"
]
}
}
}