disler/aider-mcp-server
Minimal MCP Server for Aider
Overview
disler/aider-mcp-server is a Python MCP server. Minimal MCP Server for Aider
Ranked #16207 out of 25632 indexed tools.
Ecosystem
Python No license
Signal Breakdown
Stars 292
Freshness 9mo ago
Issue Health 9%
Contributors 1
Dependents 0
Forks 61
Description Brief
License None
How to Improve
Description low impact
License low impact
Freshness high impact
Matched Queries
From the README
# Aider MCP Server - Experimental > Model context protocol server for offloading AI coding work to Aider, enhancing development efficiency and flexibility. ## Overview This server allows Claude Code to offload AI coding tasks to Aider, the best open source AI coding assistant. By delegating certain coding tasks to Aider, we can reduce costs, gain control over our coding model and operate Claude Code in a more orchestrative way to review and revise code. ## Setup 0. Clone the repository: ```bash git clone https://github.com/disler/aider-mcp-server.git ``` 1. Install dependencies: ```bash uv sync ``` 2. Create your environment file: ```bash cp .env.sample .env ``` 3. Configure your API keys in the `.env` file (or use the mcpServers "env" section) to have the api key needed for the model you want to use in aider: ``` GEMINI_API_KEY=your_gemini_api_key_here OPENAI_API_KEY=your_openai_api_key_here ANTHROPIC_API_KEY=your_anthropic_api_key_here ...see .env.sample for more ``` 4. CRead full README on GitHub →
Are you the maintainer? Claim this listing