Skip to main content
Glama

CodeCompass MCP

MIT License
2
  • Linux
  • Apple
package.json2.18 kB
{ "name": "codecompass-mcp", "version": "1.0.0", "description": "Advanced MCP server for GitHub repository analysis, code refactoring, and AI-powered code insights with OpenRouter integration", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "build:dev": "tsc --project config/tsconfig.dev.json", "build:watch": "tsc --watch --project config/tsconfig.dev.json", "start": "node build/index.js", "dev": "tsx src/index.ts", "dev:watch": "tsx watch src/index.ts", "test": "npm run test:unit", "test:unit": "echo 'Unit tests not implemented yet'", "test:verify": "bash tests/verify-installation.sh", "clean": "rm -rf build/ && rm -f *.tsbuildinfo", "prebuild": "npm run clean", "typecheck": "tsc --noEmit", "typecheck:watch": "tsc --noEmit --watch", "lint": "eslint src/**/*.ts --config config/.eslintrc.json", "lint:fix": "eslint src/**/*.ts --config config/.eslintrc.json --fix", "format": "prettier --write src/**/*.ts --config config/.prettierrc", "format:check": "prettier --check src/**/*.ts --config config/.prettierrc" }, "keywords": [ "mcp", "github", "refactoring", "code-analysis", "openrouter", "ai-tools", "code-review", "repository-analysis", "model-context-protocol", "claude-desktop" ], "author": "Myron Labs Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/codecompass/codecompass-mcp.git" }, "bugs": { "url": "https://github.com/codecompass/codecompass-mcp/issues" }, "homepage": "https://github.com/codecompass/codecompass-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "@octokit/rest": "^22.0.0", "zod": "^3.24.2", "typescript": "^5.6.3", "@types/node": "^20.16.11", "nanoid": "^5.1.5", "openai": "^4.67.1" }, "devDependencies": { "tsx": "^4.19.1", "jest": "^29.7.0", "@types/jest": "^29.5.13", "eslint": "^8.57.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "prettier": "^3.3.3" }, "engines": { "node": ">=18.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/TheAlchemist6/codecompass-mcp'

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