lamemind_mcp-server-multiverse

lamemind_mcp-server-multiverse

3.2

The Multiverse MCP Server is a middleware server that allows multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.

The Multiverse MCP Server creates isolated operational spaces where identical MCP servers can run simultaneously without conflicts. Each 'universe' maintains its own configuration, filesystem access, and function naming, enabling developers to run multiple instances of the same server type while maintaining complete separation between different contexts or projects. This is particularly useful for scenarios where different projects or environments require different configurations of the same server type, such as databases or file systems. The server supports automatic restarts on file changes, JSON-based configuration, and can be integrated with the Claude Desktop app for easy management.

Features

  • {'name': 'Run Multiple Instances', 'description': 'Run multiple instances of the same MCP server type independently and simultaneously, each with its own isolated configuration.'}
  • {'name': 'Automatic Server Restart', 'description': 'Automatically restart servers on file changes during development for seamless testing and development.'}
  • {'name': 'JSON-based Configuration System', 'description': 'Configure server instances using a flexible JSON format, allowing for easy setup and management.'}

Usage with Different Platforms

Windows


{
  "mcpServers": {
    "job-multiverse": {
      "command": "npx",
      "args": [
        "-y",
        "@lamemind/mcp-server-multiverse@latest",
        "/path/to/your/job-multiverse.json"
      ]
    },
    "side-project-multiverse": {
      "command": "npx",
      "args": [
        "-y",
        "@lamemind/mcp-server-multiverse@latest",
        "/path/to/your/side-project-multiverse.json"
      ]
    }
  }
}