The reputation layer for AI skills, tools & agents

disler/aider-mcp-server

Score: 18.1 Rank #16207

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

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Freshness high impact

Last commit was 298 days ago — a recent commit would boost your freshness score

Badge

AgentRank score for disler/aider-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/disler--aider-mcp-server)](https://agentrank-ai.com/tool/disler--aider-mcp-server)
<a href="https://agentrank-ai.com/tool/disler--aider-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/disler--aider-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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. C
Read full README on GitHub →
Are you the maintainer? Claim this listing