Skip to main content
Developer ToolsTypeScript

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.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/lamemind/mcp-server-multiverse

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
lamemind