HiveMind MCP Server (io.github.srotzin/hivemind)
HiveMind is a Model Context Protocol (MCP) server that provides persistent memory, a knowledge marketplace, and agent coordination capabilities for autonomous AI agents on Base L2. It implements MCP tool discovery and tool invocation endpoints, and exposes available MCP tools for clients to call by name.
๐ ๏ธ Key Features
- Persistent memory
- Knowledge marketplace
- Agent coordination
- MCP tool discovery endpoint
- MCP tool invocation endpoint
- Topics: hive-civilization, agent-commerce, x402
๐ Use Cases
- Storing and accessing distributed memory
- Coordinating autonomous AI agents
- Exchanging knowledge via a marketplace
โก Developer Benefits
- Tool discovery via
GET /v1/mcp/tools - Tool execution via
POST /v1/mcp/invokeby tool name - Structured MCP integration suitable for automated tool invocation
โ ๏ธ Limitations
- Server data provided does not include the full list of tools, tool descriptions, or tool costs (the excerpt is truncated).