PluginBench
MCP Server

MCP Composer MCP Server

io.github.oaslananka/composer

What is the MCP Composer MCP server?

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

How to install MCP Composer

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • COMPOSER_CONFIG

    Path to the composer.yml backend definition file.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "composer": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/composer"
      ],
      "env": {
        "COMPOSER_CONFIG": "<YOUR_COMPOSER_CONFIG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "composer": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/composer"
      ],
      "env": {
        "COMPOSER_CONFIG": "<YOUR_COMPOSER_CONFIG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "composer": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/composer"
      ],
      "env": {
        "COMPOSER_CONFIG": "<YOUR_COMPOSER_CONFIG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "composer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/composer"
      ],
      "env": {
        "COMPOSER_CONFIG": "<YOUR_COMPOSER_CONFIG>"
      }
    }
  }
}
Claude Code
claude mcp add composer --env COMPOSER_CONFIG=<YOUR_COMPOSER_CONFIG> -- npx -y @oaslananka/composer

Related MCP servers

MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.

View repository →

Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.

View repository →

Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.

View repository →

Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status

View repository →

SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.

View repository →

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

View repository →