← Index

MCP Composer

io.github.oaslananka/composer·v1.0.0·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "composer": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/composer"
      ],
      "env": {
        "COMPOSER_CONFIG": "<composer_config>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "composer": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/composer"
      ],
      "env": {
        "COMPOSER_CONFIG": "<composer_config>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @oaslananka/composer
§02  Environment variables
COMPOSER_CONFIG

Path to the composer.yml backend definition file.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other