Aider MCP ServerServer

sengokudaikon
GitHub
File EditingAI IntegrationMCP Server

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that allows Claude and other MCP clients to connect to Aider for efficient file editing capabilities.

📝 JSON Entries

{
  "mcpServers": [
    {
      "aider-mcp": {
        "args": [
          "aider-mcp",
          "--repo-path",
          "/path/to/your/repo"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

edit_filescreate_filesgit_statusextract_codeaider_statusaider_config

Features

  • Edit existing files using Aider's capabilities
  • Create new files with content
  • Extract code blocks from markdown text
  • Get git status information
  • Check Aider installation status
  • Access and use Aider's configuration system

💬 Example Queries

  • Edit my app.py file to add error handling to the main function
  • Create a new file called utils.py with helper functions for date formatting
  • Show me the current git status of the repository
  • Extract the Python code from this explanation and save it to a file