Multi-level reasoning MCP server with configurable depth levels
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Multi-level reasoning MCP server with configurable depth levels, session-based state management, structured thought input, and real-time trace resources.
Cortex MCP is a stdio-only MCP server for stateful, depth-controlled reasoning. The runtime entrypoint in src/index.ts connects createServer() to StdioServerTransport, and the server surface in src/server.ts enables tools, prompts, completions, logging, and subscribable resources around a single session-based reasoning engine.
The live MCP surface confirmed by Inspector is 1 tool, 6 concrete resources, 4 resource templates, and 7 prompts. Sessions are stored in memory, exposed as MCP resources, and cleared on process restart.
reasoning_think supports step-by-step sessions, run_to_completion batches, rollback, early conclusion, and structured observation / hypothesis / evaluation input.basic, normal, high, and expert, each with bounded thought ranges and token budgets.reasoning.basic, reasoning.normal, reasoning.high, reasoning.expert, reasoning.continue, reasoning.retry, and get-help.completable() and resource-template completion hooks.>=24 for local npx or npm usage.stdio transport.Dockerfile.Use this standard MCP client configuration:
Add to .vscode/mcp.json:
Or install via CLI:
For more info, see VS Code MCP docs.
Add to .vscode/mcp.json:
Or install via CLI:
For more info, see VS Code Insiders MCP docs.
Add to mcp.json (VS integrated):
For more info, see Visual Studio MCP docs.
Add to claude_desktop_config.json:
For more info, see Claude Desktop MCP docs.
Add to Claude Code CLI:
Or install via CLI:
For more info, see Claude Code MCP docs.
Add to ~/.codeium/windsurf/mcp_config.json:
For more info, see Windsurf MCP docs.
Add to ~/.codex/config.yaml or codex CLI:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cortex-mcp-multi-level-reasoning-server)<a href="https://allmcps.com/mcp/cortex-mcp-multi-level-reasoning-server"><img src="https://allmcps.com/api/badge/cortex-mcp-multi-level-reasoning-server?style=directory" alt="Cortex MCP β Multi Level Reasoning Server on AllMCPs" /></a>