Back to Browse

Hive Proxy MCP Server

Developer ToolsModerate6.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP Hive is a gateway to paid commercial-grade MCP servers. Learn more at https://mcp-hive.com

About

MCP Hive is a gateway to paid commercial-grade MCP servers. Learn more at https://mcp-hive.com

Security Report

6.8
Moderate6.8Moderate Risk

Valid MCP server (2 strong, 3 medium validity signals). 1 code issue detected. 4 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. 2 finding(s) downgraded by scanner intelligence.

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mcp-hive-mcp-hive-proxy": {
      "args": [
        "-y",
        "@mcp-hive-utils/proxy"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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:

node src/proxy/mcpHiveProxy.ts --server <server-name> --local --credentials <credentials>

Gateway Mode (All MCPs)

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

node src/proxy/mcpHiveProxy.ts --gateway --local --credentials <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 <name>Proxy a specific MCP server (omit for gateway mode)
--gatewayExplicitly enable gateway mode
--httpRun the proxy in HTTP transport
--port <port_num>Port number to be used if HTTP-transport
--credentials <id>Consumer credentials for authentication
--verboseEnable verbose logging

Reviews

No reviews yet

Be the first to review this server!