MCP.so
Sign In

MCP Gateway

@minovap

About MCP Gateway

MCP gateway that aggregates and serves multiple MCP servers

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

minovap

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Gateway?

An MCP gateway that aggregates multiple MCP resource servers through a single interface. It provides a unified proxy endpoint and batch request tool, and integrates with Claude desktop configuration for easy setup.

How to use MCP Gateway?

Configure the gateway by setting the MCP_CONFIG_PATH environment variable, adding a proxyBatchMcpServers section to your Claude desktop config, or placing a config.json in the current directory. Run it using npx -y @thinkware/mcp-gateway. The gateway automatically merges configurations from these sources.

Key features of MCP Gateway

  • MCP Proxy: Single endpoint for accessing multiple MCP servers
  • Batch Request Tool: Optimized parallel execution for multiple tool calls
  • Configuration Merging: Integrates seamlessly with Claude desktop config
  • Tool Overrides: Enable/disable individual tools and customize descriptions
  • Dual Transport Support: Works with both command‑based and SSE servers

Use cases of MCP Gateway

  • Centralize multiple MCP servers behind one interface
  • Parallelize tool calls for improved request throughput
  • Customize tool behavior per server via overrides
  • Simplify Claude desktop configuration management
  • Expose a mix of local and remote MCP services through a single entry point

FAQ from MCP Gateway

What dependencies does MCP Gateway require?

Node.js and npm are required to run the gateway via npx.

How does MCP Gateway discover its configuration?

It checks the MCP_CONFIG_PATH environment variable first, then the Claude desktop config file for your operating system, and finally a local config.json in the current directory.

Can I override tool descriptions and enable/disable tools?

Yes. The toolOverrides option per server allows you to enable or disable individual tools and set custom descriptions.

What transport protocols are supported for backend servers?

Servers can be configured using a command (stdio transport) or a url (SSE endpoint). The command field is required for command servers; url is required for SSE servers.

Does MCP Gateway support environment variables for backend servers?

Yes. You can specify an env object in each server’s configuration to pass environment variables to that server process.

Comments

More Other MCP servers