Aider MCP Server

# Aider MCP Server - Environment Variables # Aider configuration # ================== # Path to the Aider executable (default: "aider") AIDER_PATH=aider # Path to the git repository (default: current directory) # REPO_PATH=/path/to/your/repo # Path to a custom Aider config file # AIDER_CONFIG_FILE=/path/to/your/aider.conf.yml # Path to a custom .env file # AIDER_ENV_FILE=/path/to/your/.env # Logging configuration (set to 1 for verbose output) # AIDER_MCP_VERBOSE=1 # API keys needed for Aider # ======================== # OpenAI API Key (for using GPT-4/3.5 with Aider) # OPENAI_API_KEY=sk-... # Anthropic API Key (for using Claude with Aider) # ANTHROPIC_API_KEY=sk-ant-... # Aider options # ============ # These are typically set in your aider.conf.yml file, but can be # overridden with environment variables. See the Aider documentation # for all available options. # # AIDER_MODEL=gpt-4 # AIDER_EDITOR=vim # AIDER_DARK_MODE=1