The reputation layer for AI skills, tools & agents

mettamatt/code-reasoning

Score: 30.1 Rank #6600

A code reasoning MCP server, a fork of sequential-thinking

Overview

mettamatt/code-reasoning is a TypeScript MCP server licensed under MIT. A code reasoning MCP server, a fork of sequential-thinking

Ranked #6600 out of 25632 indexed tools.

Ecosystem

TypeScript MIT

Signal Breakdown

Stars 256
Freshness 1mo ago
Issue Health 0%
Contributors 4
Dependents 0
Forks 28
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 34 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 11 open vs 0 closed issues — triaging stale issues improves health

Badge

AgentRank score for mettamatt/code-reasoning
[![AgentRank](https://agentrank-ai.com/api/badge/tool/mettamatt--code-reasoning)](https://agentrank-ai.com/tool/mettamatt--code-reasoning)
<a href="https://agentrank-ai.com/tool/mettamatt--code-reasoning"><img src="https://agentrank-ai.com/api/badge/tool/mettamatt--code-reasoning" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# Code Reasoning MCP Server

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

<a href="https://glama.ai/mcp/servers/@mettamatt/code-reasoning">
  
</a>

## Quick Installation

1. Configure Claude Desktop by editing:
   - macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
   - Windows: `%APPDATA%\Claude\claude_desktop_config.json`
   - Linux: `~/.config/Claude/claude_desktop_config.json`

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

2. Configure VS Code:

```json
{
  "mcp": {
    "servers": {
      "code-reasoning": {
        "command": "npx",
        "args": ["-y", "@mettamatt/code-reasoning"]
      }
    }
  }
}
```

## Usage

1. To trigger this MCP, append this to your chat messages:

   ```
   Use sequential thinking to reason about this.
Read full README on GitHub →
Are you the maintainer? Claim this listing