Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEATLAS_PROJECT_DIR | No | Force a specific project directory |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |