mcp-reasoning

quanticsoul4772/mcp-reasoning
★ 1 stars Rust 🤖 AI/LLM Updated today
MCP server providing 15 structured reasoning tools via Anthropic Claude API
View on GitHub → Try with Claude — $10 free →

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-reasoning": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-reasoning"
      ]
    }
  }
}

README Excerpt

A Rust MCP server providing 32 tools for structured reasoning, self-improvement, session management, and agent coordination. 2,294+ tests, 95%+ coverage. --- Provides Claude with structured reasoning modes: - **Linear** - Step-by-step sequential reasoning - **Tree** - Explore multiple solution paths in parallel

Tools (4)

ANTHROPIC_API_KEYDATABASE_PATHLOG_LEVELinfo