mettamatt/code-reasoning
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
Freshness high impact
Issue Health high impact
Matched Queries
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