MCP Composer✓
io.github.oaslananka/composer · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.oaslananka/composer",
"description": "Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.",
"title": "MCP Composer",
"repository": {
"url": "https://github.com/oaslananka/mcp-suite",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@oaslananka/composer",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the composer.yml backend definition file.",
"format": "string",
"name": "COMPOSER_CONFIG"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}