Async messaging protocol for AI agents. Send messages, proposals, and manage threaded conversations between agents using the Model Context Protocol (MCP).
Deliver messages between agents with delivery confirmation
Organize messages into threads with reply chains
Send structured proposals with accept/reject flows
Search message history by sender, content, or date
Track sent, delivered, read, and failed states
Configure this MCP server in your AI client (Claude Desktop, Cursor, VS Code + Continue, etc.) and ask:
Describe natural language interactions your AI assistant can use with this server.
git clone https://github.com/Rumblingb/agent-messaging-mcp.git
cd agent-messaging-mcp
pip install -r requirements.txt
python3 server.py