Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | API key for Gemini model | |
| OPENAI_API_KEY | No | API key for OpenAI models | |
| ANTHROPIC_API_KEY | No | API key for Anthropic models |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| aider_ai_code | Run Aider to perform AI coding tasks based on the provided prompt and files |
| list_models | List available models that match the provided substring |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |