loading…
Search for a command to run...
loading…
A gateway server that enables agentic hosts to access multiple MCP servers through a single namespaced connection or proxy a specific server from MCP-Hive. It p
A gateway server that enables agentic hosts to access multiple MCP servers through a single namespaced connection or proxy a specific server from MCP-Hive. It provides built-in discovery tools to list available servers, tools, and resources for seamless integration.
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 |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-hive-proxy": {
"command": "npx",
"args": []
}
}
}