Servers
Code Reasoning MCP Server
@mettamatt
A code reasoning MCP server, a fork of sequential-thinking
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"code-reasoning": {
"command": "npx",
"args": [
"-y",
"@mettamatt/code-reasoning"
]
}
}
}