disler_aider-mcp-server
1
Aider MCP Server is designed to enhance development efficiency by offloading AI coding tasks to the Aider assistant. Its functionalities include executing AI coding prompts and listing available models, contributing to better control and lower costs in AI-assisted coding environments.
Aider MCP Server - Experimental
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, costs are reduced, and control over the coding model is increased, allowing for a more orchestrative approach to reviewing and revising code.
Usage
- Offload AI coding tasks to Aider: Takes a prompt and file paths, uses Aider to implement changes, and returns success or failure.
- List available models: Provides a list of models matching a substring for discovering supported models.
Available Tools
aider_ai_code
: Run Aider to perform AI coding tasks.list_models
: Lists available AI models supported by Aider matching a given substring.