About this integration
Model Context Protocol (MCP) server to execute aider-specific code editing operations
- Transport
- stdio
- Authentication
- api-key
- Initial setup
- credentials
- Runtime
- unattended
- Evidence
- documented
- Version
- 1.1.0
- Package
- mcp-aider-executor
- Last compatibility test
- Not independently tested
Connect your agent
mcp-aider-executorPublisher documentation reviewed; package, Aider, Git, and model endpoint not executed. The configured model endpoint may require an API key, and writable paths must be allowlisted.
Capabilities: Start background Aider jobs, Check job status, Inspect Git state
Connected profiles
Additional details
io.github.RailKill/mcp-aider-executor
Source ↗ · Checked 2026-09-171.1.0
Source ↗ · Checked 2026-09-17CC0-1.0; package licenses are separate
Source ↗ · Checked 2026-09-17npm
Source ↗ · Checked 2026-09-17mcp-aider-executor
Source ↗ · Checked 2026-09-191.1.0
Source ↗ · Checked 2026-09-19# Project Information stdio MCP server to run [aider](https://aider.chat/) as a detached background process with basic [git](https://git-scm.com/) tools and status checks. This allows LLMs to start code editing processes freely and check the `aider` chat history for progress at a later time to allow for agentic swarm behavior.
Source ↗ · Checked 2026-09-19```json { "mcpServers": { "mcp-aider-executor": { "command": "npx", "args": [ "-y", "mcp-aider-executor", "--whitelist", "/home/user/my-project/**", "--whitelist", "/local/my-application/**" ], "env": { "AIDER_MODEL": "openai/gemma-4-E4B-it-IQ4_XS", "OPENAI_API_BASE": "http://127.0.0.1:1337/v1", "OPENAI_API_KEY": "your-key-here" } } } } ```
Source ↗ · Checked 2026-09-19{ "mcpServers": { "mcp-aider-executor": { "command": "npx", "args": [ "-y", "mcp-aider-executor", "--whitelist", "/home/user/my-project/**", "--whitelist", "/local/my-application/**" ], "env": { "AIDER_MODEL": "openai/gemma-4-E4B-it-IQ4_XS", "OPENAI_API_BASE": "http://127.0.0.1:1337/v1", "OPENAI_API_KEY": "your-key-here" } } } }
Source ↗ · Checked 2026-09-19Publisher documentation reviewed; package and integration endpoint not executed or independently security-audited.
Source ↗ · Checked 2026-09-19