Skip to content
Windsurf

mcp aider executor for Windsurf

io.github.railkill/mcp-aider-executor

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

client:Windsurf transport:stdio runtime:npm

Install mcp aider executor in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "mcp-aider-executor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-aider-executor"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp aider executor in other clients