Skip to content
Windsurf

MCP Composer for Windsurf

io.github.oaslananka/composer

Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.

client:Windsurf transport:stdio runtime:npm

Install MCP Composer in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "composer": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/composer"
      ],
      "env": {
        "COMPOSER_CONFIG": "<COMPOSER_CONFIG>"
      }
    }
  }
}

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

MCP Composer in other clients