01SQLite-backed message queue for agent communication
02HTTP-only MCP server for shared database and queue
03send_message(agent_name, message) function for sending messages
04check_mailbox() function for blocking message retrieval
05Supports communication between two or more agents
064 GitHub stars