MCP Hive is a gateway to paid commercial-grade MCP servers. Learn more at https://mcp-hive.com
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mcp-hive-mcp-hive-proxy": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP server for letmepost.dev. Publish across 8 social platforms from any agent.
MCP Security Weekly
Get CVE alerts and security updates for io.github.MCP-Hive/mcp-hive-proxy and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
The proxy can run in two modes:
Proxy a specific MCP server to your MCP client:
node src/proxy/mcpHiveProxy.ts --server <server-name> --local --credentials <credentials>
Expose all available MCP servers through a single proxy with namespaced tools:
node src/proxy/mcpHiveProxy.ts --gateway --local --credentials <credentials>
In gateway mode:
discoverServers, listTools, listResources, listPromptsserverName___toolName (e.g., validator___echo, accuweather___getWeather)| 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 |