Skip to content
Cursor

MCP Composer for Cursor

io.github.oaslananka/composer

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

client:Cursor transport:stdio runtime:npm

Install MCP Composer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Composer in other clients