Skip to main content
Glama

Code Reasoning MCP Server

package.json2.08 kB
{ "name": "@mettamatt/code-reasoning", "version": "0.8.1", "description": "Enhanced MCP server for code reasoning using sequential thinking methodology, optimized for programming tasks", "author": "Matt Westgate", "license": "MIT", "type": "module", "keywords": [ "mcp", "model-context-protocol", "code-reasoning", "sequential-thinking", "programming", "claude", "ai", "coding-assistant", "reasoning", "problem-solving", "systematic-thinking", "code-analysis", "debugging", "anthropic", "llm-tools", "branching", "revision", "reflective-thinking" ], "repository": { "type": "git", "url": "git+https://github.com/mettamatt/code-reasoning.git" }, "bin": { "code-reasoning": "dist/index.js" }, "files": [ "dist" ], "main": "dist/index.js", "scripts": { "build": "tsc && chmod +x dist/*.js dist/**/*.js", "clean": "rm -rf dist", "clean:build": "npm run clean && npm run build", "dev": "tsc --watch", "start": "node dist/index.js", "debug": "node dist/index.js --debug", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --write \"**/*.{ts,js,json,md}\"", "format:check": "prettier --check \"**/*.{ts,js,json,md}\"", "validate": "run-s format lint:fix build", "prepare": "npm run build", "test": "npm run lint && npm run test:regression", "test:regression": "npm run build && node --test dist/test/mcp-regression.test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.1", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@eslint/js": "^9.26.0", "@types/node": "^22.15.17", "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.2.6", "globals": "^16.1.0", "npm-run-all": "^4.1.5", "prettier": "^3.5.3", "typescript": "^5.3.3" }, "engines": { "node": ">=22.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mettamatt/code-reasoning'

If you have feedback or need assistance with the MCP directory API, please join our Discord server