Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-srotzin-hive-mcp-gateway": {
"args": [
"-y",
"node"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hive Civilization MCP registry — discovery surface for the 22 hive-mcp-* servers.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'node' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked node against OSV.dev.
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
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for io.github.srotzin/hive-mcp-gateway and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Hive Civilization MCP registry — discovery surface for the 22 hive-mcp-* servers.
The gateway hosts a registry at /.well-known/mcp.json and continues to mount 5 MCP servers in-process for legacy compatibility. Direct shim URLs are recommended for Glama / Smithery probes; the gateway is for discovery, not as a hot-path proxy.
| Path | Repo | Description |
|---|---|---|
/evaluator/mcp | hive-mcp-evaluator | ERC-8183 / Virtuals ACP v2.0 evaluator-as-a-service |
/trade/mcp | hive-mcp-trade | Cross-border SMB invoice settlement on USDC/USDT |
/depin/mcp | hive-mcp-depin | DePIN provider marketplace |
/compute-grid/mcp | hive-mcp-compute-grid | Cross-pool compute auction grid |
/morph/mcp | hive-mcp-morph | Polymorphic-identity & brood telemetry |
Each path also exposes /<feature>/health and /<feature>/.well-known/mcp.json.
Top-level: / (server index) and /health.
The gateway is a discovery surface. Direct URLs are recommended for Glama / Smithery probes.
Each shim exposes /mcp (JSON-RPC) and /.well-known/mcp.json (discovery).
npm install
node gateway.js
# Then:
curl http://localhost:3000/
curl http://localhost:3000/.well-known/mcp.json
curl http://localhost:30
... [View full README on GitHub](https://github.com/srotzin/hive-mcp-gateway#readme)