Aider MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REPO_PATHNoPath to the git repository (default: current directory)
AIDER_PATHNoPath to the Aider executable (default: 'aider', automatically searches PATH)
AIDER_ENV_FILENoPath to a custom .env file
OPENAI_API_KEYNoYour OpenAI API key (if using GPT-4 with Aider)
AIDER_CONFIG_FILENoPath to a custom Aider config file
AIDER_MCP_VERBOSENoEnable verbose logging
ANTHROPIC_API_KEYNoYour Anthropic API key (if using Claude with Aider)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools