lamemind/mcp-server-multiverse
A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.
Quick Start
Clone the repository:
git clone https://github.com/lamemind/mcp-server-multiverseClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-multiverse": {
"command": "npx",
"args": [
"-y",
"lamemind/mcp-server-multiverse"
]
}
}
}Check the repository README for specific installation and configuration instructions.