Skip to main content
Glama

MCP Reasoner

by parmarjh

mcp-reasoner

Enhance complex problem-solving with advanced reasoning strategies like Beam Search and Monte Carlo Tree Search. Streamline decision-making by iteratively evaluating steps and determining the next thought needed.

Instructions

Advanced reasoning tool with multiple strategies including Beam Search and Monte Carlo Tree Search

Input Schema

NameRequiredDescriptionDefault
nextThoughtNeededYesWhether another step is needed
strategyTypeNoReasoning strategy to use (beam_search or mcts)
thoughtYesCurrent reasoning step
thoughtNumberYesCurrent step number
totalThoughtsYesTotal expected steps

Input Schema (JSON Schema)

{ "properties": { "nextThoughtNeeded": { "description": "Whether another step is needed", "type": "boolean" }, "strategyType": { "description": "Reasoning strategy to use (beam_search or mcts)", "enum": [ "beam_search", "mcts" ], "type": "string" }, "thought": { "description": "Current reasoning step", "type": "string" }, "thoughtNumber": { "description": "Current step number", "minimum": 1, "type": "integer" }, "totalThoughts": { "description": "Total expected steps", "minimum": 1, "type": "integer" } }, "required": [ "thought", "thoughtNumber", "totalThoughts", "nextThoughtNeeded" ], "type": "object" }
Install Server

Other Tools from MCP Reasoner

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/parmarjh/mcp-reasoner'

If you have feedback or need assistance with the MCP directory API, please join our Discord server