Skip to main content
Glama
MCP-Hive
by MCP-Hive

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

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

Flag

Description

--server <name>

Proxy a specific MCP server (omit for gateway mode)

--gateway

Explicitly enable gateway mode

--http

Run the proxy in HTTP transport

--port <port_num>

Port number to be used if HTTP-transport

--credentials <id>

Consumer credentials for authentication

--verbose

Enable verbose logging

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables centralized management and unified interface for multiple child MCP servers (filesystem, sqlite, etc.), allowing users to discover, launch, and execute tools across different MCP servers through a single gateway.
  • A
    license
    Not graded
    quality
    C
    maintenance
    A gateway that aggregates multiple MCP servers into a single endpoint, namespacing their tools and forwarding calls, so an agent connects to one MCP to access the entire stack.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An agent gateway that aggregates multiple local MCP servers into a single MCP endpoint with runtime control, hot-reloadable configuration, and meta tools like bridge__execute for calling any child server tool without restart.
    50
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

  • MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCP-Hive/mcp-hive-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server