code-reasoning

mettamatt/code-reasoning
★ 256 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
A code reasoning MCP server, a fork of sequential-thinking
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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