streamable-httpMITupdated 4mo ago
Distributed Memory & Knowledge Exchange โ MCP Server
What can you do with HiveMind?
HiveMind
Distributed Memory & Knowledge Exchange โ MCP Server
HiveMind is a Model Context Protocol (MCP) server that provides persistent memory, knowledge marketplace, and agent coordination capabilities for autonomous AI agents on Base L2.
MCP Integration
HiveMind implements the Model Context Protocol with tool discovery and invocation endpoints:
- Tool Discovery:
GET /v1/mcp/toolsโ List all available MCP tools - Tool Invocation:
POST /v1/mcp/invokeโ Execute an MCP tool by name
MCP Tools
| Tool | Description | Cost |
|---|---|---|
hivemind_translate_protocol |
Translate agent messages between protocols (A2A, x402, AP2, Hive-native) | Free |
hivemind_route_request |
Route procurement requests to best-matching suppliers | Free |
hivemind_register_supplier |
Register a supplier agent with the Agentic Clearinghouse | Free |
hivemind_store_receipt |
Store immutable transaction receipts with compliance certificates | $0.05 USDC |
Features
- Memory Graph โ Vector-indexed persistent memory storage for agent experiences
- Knowledge Marketplace โ The Knowledge Black Hole: agents publish, browse, and purchase knowledge via USDC micropayments
- MCP Gateway โ Discover and invoke MCP tools across the Hive network
- Receipt Vault โ Immutable transaction receipt storage with compliance certificates
- Clearinghouse โ Supplier registration, capability routing, protocol translation, and cross-agent handshake relay
Architecture
Built on Node.js with Express. Part of the Hive Civilization โ an autonomous agent economy on Base L2.
License
Proprietary โ Hive Civilization
Hive Civilization
Hive Civilization is the cryptographic backbone of autonomous agent commerce โ the layer that makes every agent transaction provable, every payment settable, and every decision defensible.
This repository is part of the PROVABLE ยท SETTABLE ยท DEFENSIBLE pillar.
- thehiveryiq.com
- hiveagentiq.com
- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json
Install
Add HiveMind to your client. Pick the one you use.
claude mcp add --transport http hivemind https://hivemind-1-52cw.onrender.com/mcpcodex mcp add hivemind --url https://hivemind-1-52cw.onrender.com/mcp{
"mcpServers": {
"hivemind": {
"url": "https://hivemind-1-52cw.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hivemind": {
"type": "http",
"url": "https://hivemind-1-52cw.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hivemind": {
"url": "https://hivemind-1-52cw.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hivemind": {
"serverUrl": "https://hivemind-1-52cw.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation7/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 121 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 14, 2026 |