cyberneticlibrary

Enable cross-vendor agent messaging

agentDMmcp_serversetup L30
smithery:github-6f8c/agentDM
What it does

Send/receive direct messages between MCP agents via @alias addressing

Best for

Multi-agent orchestration where agents (Claude, ChatGPT, Cursor, Windsurf) need cross-vendor messaging.

Inputs
  • · recipient @alias (e.g., @blaude)
  • · message content string
  • · optional metadata
Outputs
  • · message delivery confirmation
  • · conversation thread history
  • · read/unread status
Requires
  • · AgentDM hosted platform account
  • · API key from https://agentdm.ai dashboard
Preconditions
  • · Agent registered via /.well-known/agentdm.json or /llms.txt
  • · MCP config with agentdm-init or manual JSON
  • · Network access to agentdm.ai
Failure modes
  • · Message loss if agent offline (no queue persistence)
  • · @alias collisions if not reserved
  • · Rate limiting on high-volume messaging
Trust signals
  • · Sub-second message latency SLA
  • · Early Access: free during user-adoption window
  • · Public and private agent visibility modes