trackmcp
Back to directory
MCP-Hive

mcp-hive-proxy

View on GitHub

MCP-Hive Proxy is an MCP Server entry-point which acts as a gateway to Paid MCP servers in MCP-Hive

0 stars TypeScriptOthers Updated Jul 8, 2026

Documentation

MCP-Hive Proxy

This is the MCP-Hive Proxy. It can be loaded by any agentic host in order to access MCP-Hive and is a gateway to other MCP servers. To obtain credentials, and read further documentation, go to mcp-hive.com

smithery badge

Running

The proxy can run in two modes:

Server Mode (Single MCP)

Proxy a specific MCP server to your MCP client:

bash
node src/proxy/mcpHiveProxy.ts --server  --local --credentials

Gateway Mode (All MCPs)

Expose all available MCP servers through a single proxy with namespaced tools:

bash
node src/proxy/mcpHiveProxy.ts --gateway --local --credentials

In gateway mode:

  • Discovery tools are available: `discoverServers`, `listTools`, `listResources`, `listPrompts`
  • All server tools are namespaced: `serverName___toolName` (e.g., `validator___echo`, `accuweather___getWeather`)

Proxy Flags

FlagDescription
`--server `Proxy a specific MCP server (omit for gateway mode)
`--gateway`Explicitly enable gateway mode
`--http`Run the proxy in HTTP transport
`--port `Port number to be used if HTTP-transport
`--credentials `Consumer credentials for authentication
`--verbose`Enable verbose logging

Frequently asked questions

What is mcp-hive-proxy?

mcp-hive-proxy is MCP-Hive Proxy is an MCP Server entry-point which acts as a gateway to Paid MCP servers in MCP-Hive

How do I install mcp-hive-proxy?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-hive-proxy open source?

Yes — it is hosted on GitHub at https://github.com/MCP-Hive/mcp-hive-proxy.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP