Discover and explore top open-source AI tools and projects—updated daily.
AI coding assistant server for offloading tasks
Top 93.1% on SourcePulse
This project provides an experimental Model Context Protocol (MCP) server for Aider, an open-source AI coding assistant. It enables AI coding assistants like Claude Code to offload AI coding tasks to Aider, offering cost reduction, model control, and enhanced orchestration for code review and revision.
How It Works
The server acts as an intermediary, exposing Aider's capabilities as MCP tools. It leverages Aider's core functionality to perform AI coding tasks based on user prompts and specified files, returning success status and code diffs. It also provides a tool to list available AI models compatible with Aider, facilitating model discovery. The architecture is layered, separating MCP protocol handling, core functional components (atoms), specific tool implementations, utilities, and data types.
Quick Start & Requirements
uv sync
.env
.claude mcp add ...
commands, specifying the Aider MCP server path and desired editor model.uv
.Highlighted Details
list_models
tool to discover Aider-compatible AI models.Maintenance & Community
No specific community channels or notable contributors are mentioned in the README.
Licensing & Compatibility
The repository does not explicitly state a license.
Limitations & Caveats
The project is described as "Experimental." The README does not specify compatibility with commercial or closed-source applications. A license is not explicitly stated, which may impact adoption.
3 months ago
1 week