mcp-server-multiverse
If you are the rightful owner of mcp-server-multiverse and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A middleware server that enables 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 distinct configurations, such as different databases or access tokens. The server supports automatic restarts upon file changes, a JSON-based configuration system for easy setup, and the ability to hide specific functions for security or simplicity. It is designed to work seamlessly with the Claude Desktop app, allowing for easy management and deployment of multiple server instances.
Features
- Run Multiple Instances: Run multiple instances of the same MCP server type independently and simultaneously. Each instance operates in its own isolated universe with separate configurations.
- Automatic Server Restart: Register your MCP server with file watching capability during development. The server automatically detects changes and performs a graceful restart.
- JSON-based Configuration System: Define your multiverse setup using a simple and flexible JSON configuration format, allowing for detailed customization of each server instance.