drio
Open app

Multiverse MCP Server

Source

A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.

Catalog onlyCatalog onlySTDIO

Overview

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

To use the Multiverse MCP Server, install the required dependencies, configure your claude_desktop_config.json file to define the instances you want to run, and start the server through the Claude Desktop app.

  • Run Multiple Instances: Operate multiple instances of the same MCP server type independently with separate configurations. - Automatic Server Restart: Automatically restarts the server upon detecting changes in the specified directory during development. - JSON-based Configuration System: Use a flexible JSON format to define server instances and their configurations.
  1. Running multiple MySQL servers pointing to different databases.
  2. Managing different Git servers with unique Personal Access Tokens.
  3. Creating isolated filesystem servers accessing different root paths.

Add to your AI client

Use these steps to connect Multiverse MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-multiverse-lamemind": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-multiverse-lamemind"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-multiverse-lamemind": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-multiverse-lamemind"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-multiverse-lamemind": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-multiverse-lamemind"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-multiverse-lamemind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-multiverse-lamemind"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-multiverse-lamemind": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-multiverse-lamemind"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-multiverse-lamemind": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-multiverse-lamemind"
      ]
    }
  }
}

FAQ

**Can I run multiple instances of the same server type?**

Yes! The Multiverse MCP Server allows you to run multiple instances independently.

**How do I configure the server instances?**

You can define your server instances using a JSON configuration format in the `claude_desktop_config.json` file.

**Is there support for automatic restarts?**

Yes! The server can automatically restart when file changes are detected.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1649,"uuid":"d404830b-9aaf-43e1-946c-4a153cd26c8d","name":"mcp-server-multiverse","title":"Multiverse MCP Server","description":"A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.","avatar_url":"https://avatars.githubusercontent.com/u/2404135?v=4","created_at":"2025-02-23T10:23:42.460Z","updated_at":"2025-03-05T04:20:47.060Z","status":"created","author_name":"lamemind","author_avatar_url":"https://avatars.githubusercontent.com/u/2404135?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/lamemind/mcp-server-multiverse","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/lamemind/mcp-server-multiverse/raw/master/assets/demo.png","type":null,"metadata":"{\"star\":\"57\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-06-04 23:31:42\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]