Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEATLAS_PROJECT_DIRNoForce a specific project directory

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projects

List all projects that have been analyzed by CodeAtlas. Returns project names, paths, and last analysis time.

get_project_structure

Get all modules, classes, functions, and variables in the analyzed project. Returns entity type, name, file path, and line number.

get_dependencies

Get import/call/containment relationships between entities. Shows how modules, classes, and functions are connected.

get_insights

Get AI-generated code insights including refactoring suggestions, security issues, and maintainability analysis.

search_entities

Search for functions, classes, modules, or variables by name. Supports fuzzy matching.

get_file_entities

Get all entities (classes, functions, variables) defined in a specific file.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

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/giauphan/codeatlas-mcp'

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