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)