lamemind_mcp-server-multiverse
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"
]
}
}
}
Related MCP Servers
View all file_systems servers →Filesystem MCP Server
by modelcontextprotocol
Node.js server implementing Model Context Protocol (MCP) for filesystem operations.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
edgeone-pages-mcp
by TencentEdgeOne
An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.
DesktopCommanderMCP
by wonderwhy-er
Desktop Commander MCP is a tool that integrates with Claude Desktop to provide advanced file system and terminal command capabilities, enhancing coding and automation tasks.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.
obsidian-mcp
by StevenStavrakis
Obsidian MCP Server is a Model Context Protocol server that allows AI assistants to interact with Obsidian vaults, providing tools for managing notes and tags.
mcp-filesystem-server
by mark3labs
This MCP server provides secure access to the local filesystem via the Model Context Protocol (MCP).