Skip to main content
Glama

MCP Advanced Reasoning Server

by AzDeltaQQ

mcts_reasoning

Solve complex problems step-by-step using Monte Carlo Tree Search simulations for advanced reasoning.

Input Schema

NameRequiredDescriptionDefault
nextThoughtNeededYesWhether another step is needed
numSimulationsNoNumber of MCTS simulations to run
promptYesThe problem or query to reason about
thoughtYesCurrent reasoning step
thoughtNumberYesCurrent step number
totalThoughtsYesTotal expected steps

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nextThoughtNeeded": { "description": "Whether another step is needed", "type": "boolean" }, "numSimulations": { "default": 50, "description": "Number of MCTS simulations to run", "maximum": 150, "minimum": 1, "type": "integer" }, "prompt": { "description": "The problem or query to reason about", "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": [ "prompt", "thought", "thoughtNumber", "totalThoughts", "nextThoughtNeeded" ], "type": "object" }
Install Server

Other Tools from MCP Advanced Reasoning Server

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/AzDeltaQQ/Mcp-Reasoning-Server'

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