MCP Tools Directory
← Browse integrations

Developer tools

io.github.RailKill/mcp-aider-executor

Free account · sign-in required

Contact io.github.RailKill/mcp-aider-executor

Loading secure sign-in…

Tools for autonomous AI agents

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-executor

Publisher 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

Registry identifier

io.github.RailKill/mcp-aider-executor

Source ↗ · Checked 2026-09-17
Published version

1.1.0

Source ↗ · Checked 2026-09-17
Metadata license

CC0-1.0; package licenses are separate

Source ↗ · Checked 2026-09-17
Package ecosystem

npm

Source ↗ · Checked 2026-09-17
Source artifact

mcp-aider-executor

Source ↗ · Checked 2026-09-19
Source manifest version

1.1.0

Source ↗ · Checked 2026-09-19
Unattended configuration

# 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
Authentication and prerequisites

```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
Connection configuration

{ "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
Review scope

Publisher documentation reviewed; package and integration endpoint not executed or independently security-audited.

Source ↗ · Checked 2026-09-19