Skip to content
VS Code

mcp aider executor for VS Code

io.github.railkill/mcp-aider-executor

Model Context Protocol (MCP) server to execute aider-specific code editing operations

client:VS Code transport:stdio runtime:npm

Install mcp aider executor in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-aider-executor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-aider-executor"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp aider executor in other clients