codeglance-mcp
by lucidopus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_FILE_SIZE | No | Max characters per file to analyze | 5000 |
| GEMINI_API_KEY | Yes | Your Google Gemini API key | |
| TIMEOUT_SECONDS | No | API request timeout | 120 |
| CACHE_TTL_SECONDS | No | In-memory cache TTL | 3600 |
| MAX_FILES_PER_ANALYSIS | No | Max files to include in analysis | 50 |
| MAX_CONCURRENT_REQUESTS | No | Concurrent Gemini API calls | 3 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_repositoryA | Execute comprehensive code analysis workflow on a GitHub repository. |
| get_repository_infoA | Get information about a repository and whether it's already cloned locally. |
| list_generated_guidesA | List all generated guide files in the codeglance-analysis/guide directory. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| comprehensive_analysis | Complete repository analysis workflow with all documentation types. |
| quick_overview | Fast repository overview for quick understanding. |
| architecture_review | Architecture-focused analysis for system design understanding. |
| security_audit | Security-focused repository review. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/lucidopus/codeglance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server