sengokudaikon_aider-mcp-server

sengokudaikon_aider-mcp-server

3.3

If you are the rightful owner of sengokudaikon_aider-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Aider MCP Server is a Model Context Protocol server that connects AI assistants like Claude to Aider for efficient file editing.

The Aider MCP Server acts as a bridge between AI assistants such as Claude and Aider's file editing capabilities. It provides a standardized interface through the Model Context Protocol, enabling AI assistants to perform tasks like editing existing files, creating new files, extracting code blocks from markdown text, and accessing git status information. The server supports Aider's configuration system, allowing users to customize their setup with configuration files and environment variables. It is designed to run in MCP protocol mode over stdio, making it suitable for integration with MCP clients like Claude Desktop and Cursor IDE.

Features

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

Tools

  1. edit_files

    Edit files in the specified directory

  2. create_files

    Create a new file in the specified directory

  3. git_status

    Get the git status of the specified directory

  4. extract_code

    Extract code blocks from Markdown or text

  5. aider_status

    Check Aider installation and environment status

  6. aider_config

    Get detailed Aider configuration information