Skip to main content
Glama
TheAlchemist6

CodeCompass MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_repository_infoA

šŸ“Š Get basic repository metadata, statistics, and key information. Atomic tool focused purely on repository-level data without file content analysis.

get_file_treeA

🌳 Get complete directory structure and file listing with filtering options. Focused on file system structure without content analysis.

search_repositoryC

Search for patterns, text, functions, or classes across the entire repository with advanced filtering options.

get_file_contentB

šŸ“ Retrieve content of specific files with smart truncation and batch processing capabilities.

āš ļø FEATURES: • Batch processing with concurrent file retrieval • Automatic file validation and security checks • Rich metadata extraction (file type, language, size, line count) • Configurable processing limits and error handling • Support for multiple file formats with type detection

analyze_codebaseC

šŸ”¬ Comprehensive codebase analysis combining structure, architecture, and metrics. Provides unified view of code organization, design patterns, complexity, and quality indicators.

analyze_dependenciesC

šŸ“¦ Comprehensive dependency analysis including external packages, internal dependencies, security vulnerabilities, and version conflicts.

review_codeC

šŸ” Comprehensive code review combining AI insights with rule-based validation. Provides intelligent analysis, security scanning, and actionable recommendations.

explain_codeB

šŸ“š AI-powered code explanation generating human-readable documentation, tutorials, and architectural insights. Transforms technical analysis into accessible explanations.

suggest_improvementsC

šŸ’” AI-powered improvement suggestions providing strategic refactoring recommendations, modernization plans, and architectural enhancements.

transform_codeB

šŸ”§ Apply code transformations including syntax changes, structural reorganization, framework migration, and modernization. Combines syntax-level and structural changes.

health_checkC

šŸ„ System Health Check - Monitor server health, performance, and operational metrics. Provides comprehensive monitoring dashboard with real-time insights.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 11 tools

Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between analyze_codebase and review_code, as both involve code analysis and could be confused for similar tasks. The descriptions help differentiate them, but the boundaries are not perfectly clear.

Naming Consistency4/5

Tool names mostly follow a consistent verb_noun pattern (e.g., analyze_codebase, get_file_content, search_repository), with minor deviations like health_check (noun_verb) and suggest_improvements (verb_noun_plural). The naming is readable and largely predictable.

Tool Count5/5

With 11 tools, the count is well-scoped for a code analysis and repository management server. Each tool appears to serve a specific function, and the number is reasonable for covering the domain without being overwhelming.

Completeness4/5

The tool set covers core aspects of code analysis, repository exploration, and AI-powered insights, but there are minor gaps such as no explicit update or delete operations for repository data, which might limit full lifecycle management. However, agents can likely work around this with the provided tools.

Maintenance

ActivityInactive
ResponsivenessNo issues