Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas
package.json1.44 kB
{ "name": "deep-code-reasoning-mcp", "version": "0.1.0", "description": "Deep Code Reasoning MCP Server - Specialized analysis tool for complex codebases", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx --watch src/index.ts", "start": "node dist/index.js", "test": "NODE_OPTIONS='--experimental-vm-modules' jest --passWithNoTests", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "code-analysis", "reasoning", "claude", "gemini", "ai", "debugging" ], "author": "Jonathan Haas", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Haasonsaas/deep-code-reasoning-mcp.git" }, "bugs": { "url": "https://github.com/Haasonsaas/deep-code-reasoning-mcp/issues" }, "homepage": "https://github.com/Haasonsaas/deep-code-reasoning-mcp#readme", "dependencies": { "@google/generative-ai": "^0.24.1", "@modelcontextprotocol/sdk": "^1.12.3", "@types/node": "^20.0.0", "@types/uuid": "^10.0.0", "dotenv": "^16.3.1", "uuid": "^11.1.0", "zod": "^3.22.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "tsx": "^4.0.0", "typescript": "^5.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/haasonsaas/deep-code-reasoning-mcp'

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