Code Reasoning MCP ServerServer

mettamatt
GitHub
MCPProgrammingDeveloper Tools

Loading subscription status...

šŸ’” Description

A Model Context Protocol (MCP) server that enhances Claude's ability to solve complex programming tasks through structured, step-by-step thinking.

šŸ“ JSON Entries

{
  "mcpServers": [
    {
      "code-reasoning": {
        "args": [
          "-y",
          "@mettamatt/code-reasoning"
        ],
        "command": "npx"
      }
    }
  ]
}

šŸ› ļø Tools

code-reasoning

⚔ Features

  • Programming Focus
  • Structured Thinking
  • Thought Branching
  • Thought Revision
  • Safety Limits
  • Ready-to-Use Prompts

šŸ’¬ Example Queries

  • Use sequential thinking to reason about this.
  • Help me debug this code snippet.