drio
Open app

MCP Gateway

Source

MCP gateway that aggregates and serves multiple MCP servers

Catalog onlyCatalog onlySTDIO

Overview

MCP Gateway is a tool that aggregates multiple MCP resource servers through a single interface, allowing users to access various services seamlessly.

To use MCP Gateway, configure the server settings in the designated configuration files and run the gateway using the provided command. You can also utilize the batch request tool for optimized parallel execution of multiple tool calls.

  • MCP Proxy: A single endpoint for accessing multiple MCP servers. - Batch Request Tool: Optimized parallel execution for multiple tool calls. - Configuration Merging: Integrates with Claude desktop configuration for easier management.
  1. Aggregating multiple data sources into a single API endpoint.
  2. Simplifying the management of multiple MCP servers.
  3. Enhancing performance through batch processing of requests.

Add to your AI client

Use these steps to connect MCP Gateway 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-gateway-minovap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-gateway-minovap"
      ]
    }
  }
}

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-gateway-minovap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-gateway-minovap"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

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

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-gateway-minovap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-gateway-minovap"
      ]
    }
  }
}

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

How do I configure the MCP Gateway?

Configuration can be done through environment variables or by placing configuration files in specified paths.

Can I run multiple MCP servers simultaneously?

Yes! The gateway is designed to handle multiple servers at once.

What programming language is used for MCP Gateway?

MCP Gateway is developed using TypeScript.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3737,"uuid":"9860510e-3dee-41df-9f76-1be197bfcee3","name":"mcp-gateway","title":"MCP Gateway","description":"MCP gateway that aggregates and serves multiple MCP servers","avatar_url":"https://avatars.githubusercontent.com/u/49623957?v=4","created_at":"2025-03-21T10:36:59.308Z","updated_at":"2025-03-21T10:43:56.446Z","status":"created","author_name":"minovap","author_avatar_url":"https://avatars.githubusercontent.com/u/49623957?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/minovap/mcp-gateway","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-07 12:04:02\"}","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"}]]}]