Aider MCP Server enables Claude Code to offload AI coding tasks to Aider, reducing costs and enhancing development efficiency. The server exposes two main tools: aider_ai_code for implementing code changes based on natural language prompts, and list_models for discovering available AI models. By delegating specific coding tasks to Aider while maintaining Claude Code for orchestration and review, developers gain more control over their AI coding workflow and can leverage different models for different aspects of development.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Run Aider to perform AI coding tasks based on a provided prompt and specified files. Parameters: ai_coding_prompt (string, required), relative_editable_files (list of strings, required), relative_readonly_files (list of strings, optional), model (string, optional), editor_model (string, optional)
List available AI models supported by Aider that match a given substring. Parameters: substring (string, required)