Agent Messenger
Freeby MCP Community
MCP server for cross-session agent-to-agent communication
v1.0.0Added Apr 12, 2026
mcpagentcommunicationcursor
Agent Messenger MCP Server
MCP server for cross-session agent-to-agent communication
Installation
npx -y mcp-agent-messenger
Reviews
Installation
Quick install
npx -y mcp-agent-messenger
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-messenger": {
"command": "npx",
"args": ["-y", "mcp-agent-messenger"]
}
}
}