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
{
"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