Skip to main content
Glama

CodeCompass MCP

MIT License
1
  • Linux
  • Apple

suggest_improvements

Analyze GitHub repositories to generate AI-powered refactoring recommendations, modernization plans, and architectural enhancements tailored to specific improvement goals such as performance, maintainability, and testability. Includes code examples and effort estimates.

Instructions

💡 AI-powered improvement suggestions providing strategic refactoring recommendations, modernization plans, and architectural enhancements.

Input Schema

NameRequiredDescriptionDefault
file_pathsNoSpecific files to analyze for improvements (optional - analyzes key files if not specified)
improvement_goalsNoGoals for improvement suggestions
optionsNo
target_frameworkNoTarget framework for improvement suggestions
urlYesGitHub repository URL

Input Schema (JSON Schema)

{ "properties": { "file_paths": { "description": "Specific files to analyze for improvements (optional - analyzes key files if not specified)", "items": { "type": "string" }, "type": "array" }, "improvement_goals": { "default": [ "modernize", "maintainability" ], "description": "Goals for improvement suggestions", "items": { "enum": [ "modernize", "performance", "maintainability", "security", "readability", "testability" ], "type": "string" }, "type": "array" }, "options": { "properties": { "ai_model": { "default": "auto", "description": "AI model to use for suggestions (OpenRouter models). Use \"auto\" for intelligent model selection", "type": "string" }, "estimate_effort": { "default": true, "description": "Include effort estimates for improvement tasks", "type": "boolean" }, "include_code_examples": { "default": true, "description": "Include before/after code examples", "type": "boolean" }, "priority_level": { "default": "medium", "description": "Minimum priority level for suggestions", "enum": [ "low", "medium", "high" ], "type": "string" } }, "type": "object" }, "target_framework": { "description": "Target framework for improvement suggestions", "type": "string" }, "url": { "description": "GitHub repository URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

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