aider-mcp-server

Minimal MCP Server for Aider

GitHub Stars

280

User Rating

Not Rated

Favorites

0

Views

23

Forks

55

Issues

9

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
uvicorn: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/disler/aider-mcp-server.git
cd aider-mcp-server

2. Install Dependencies

bash
uv sync

3. Create Environment File

bash
cp .env.sample .env

4. Configure API Keys

Edit the .env file to set the necessary API keys.

5. Create MCP Configuration File

Copy .mcp.json to the root of your project and make the necessary configurations.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Invalid API key Solution: Double-check the API keys in the .env file.

Additional Resources