mcp-reasoner MCP Server
A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation capabilities
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | mcp-reasoner-03329c1d | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | Jacck/mcp-reasoner |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | jacck/mcp-reasoner | ee93c70d31a1611d0db9ac4f93592d6e15a98be2 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitjacck/mcp-reasoner | ee93c70d31a1611d0db9ac4f93592d6e15a98be2Current | Aug 25, 2026 | 1 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 1
| Tool | Category | Annotations | Risk |
|---|---|---|---|
mcp-reasonerAdvanced reasoning tool with multiple strategies including Beam Search and Monte Carlo Tree SearchInput schema{
"type": "object",
"properties": {
"thought": {
"type": "string",
"description": "Current reasoning step"
},
"thoughtNumber": {
"type": "integer",
"description": "Current step number",
"minimum": 1
},
"totalThoughts": {
"type": "integer",
"description": "Total expected steps",
"minimum": 1
},
"nextThoughtNeeded": {
"type": "boolean",
"description": "Whether another step is needed"
},
"strategyType": {
"type": "string",
"enum": [
"beam_search",
"mcts",
"mcts_002_alpha",
"mcts_002_alt_alpha"
],
"description": "Reasoning strategy to use (beam_search or mcts)"
},
"beamWidth": {
"type": "integer",
"description": "Number of top paths to maintain (n-sampling). Defaults to 3 if not specified",
"minimum": 1,
"maximum": 10
},
"numSimulations": {
"type": "integer",
"description": "Number of MCTS simulations to run. Defaults to 50 if not specified",
"minimum": 1,
"maximum": 150
}
},
"required": [
"thought",
"thoughtNumber",
"totalThoughts",
"nextThoughtNeeded"
]
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
mcp-reasoner MCP Server questions
How do I install mcp-reasoner MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does mcp-reasoner MCP Server provide?
mcp-reasoner MCP Server exposed 1 tool during independent protocol observation, including mcp-reasoner.
Is mcp-reasoner MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.