Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPO_PATH | No | Path to the git repository (default: current directory) | |
| AIDER_PATH | No | Path to the Aider executable (default: 'aider', automatically searches PATH) | |
| AIDER_ENV_FILE | No | Path to a custom .env file | |
| OPENAI_API_KEY | No | Your OpenAI API key (if using GPT-4 with Aider) | |
| AIDER_CONFIG_FILE | No | Path to a custom Aider config file | |
| AIDER_MCP_VERBOSE | No | Enable verbose logging | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key (if using Claude with Aider) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |