Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAX_FILE_SIZENoMax characters per file to analyze5000
GEMINI_API_KEYYesYour Google Gemini API key
TIMEOUT_SECONDSNoAPI request timeout120
CACHE_TTL_SECONDSNoIn-memory cache TTL3600
MAX_FILES_PER_ANALYSISNoMax files to include in analysis50
MAX_CONCURRENT_REQUESTSNoConcurrent Gemini API calls3

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_repositoryA

Execute comprehensive code analysis workflow on a GitHub repository.

Clones the repository, analyzes it with Gemini AI, and generates 6 documentation
files covering overview, structure, file insights, architecture, quick-start, and
a master analysis.

Args:
    repo_url: GitHub repository URL to analyze
    working_directory: Directory where to create analysis folder (default: current directory)
get_repository_infoA

Get information about a repository and whether it's already cloned locally.

Args:
    repo_url: GitHub repository URL
    working_directory: Directory where analysis folder should be located
list_generated_guidesA

List all generated guide files in the codeglance-analysis/guide directory.

Args:
    working_directory: Directory where codeglance-analysis folder should be located

Prompts

Interactive templates invoked by user choice

NameDescription
comprehensive_analysisComplete repository analysis workflow with all documentation types.
quick_overviewFast repository overview for quick understanding.
architecture_reviewArchitecture-focused analysis for system design understanding.
security_auditSecurity-focused repository review.

Resources

Contextual data attached and managed by the client

NameDescription

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