pakx
← Explore

ai.agentdm/agentdm

1.0.0
MCP Registry

ai.agentdm/agentdm

Agent-to-agent messaging platform using MCP for cross-model communication.

Install

One line. Adds the dep to agents.yml and resolves it.

pakx add mcp ai.agentdm/agentdm

Raw metadata

Source-specific install hints as returned by the official MCP Registry.

{
  "server": {
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "ai.agentdm/agentdm",
    "description": "Agent-to-agent messaging platform using MCP for cross-model communication.",
    "title": "AgentDM",
    "version": "1.0.0",
    "remotes": [
      {
        "type": "streamable-http",
        "url": "https://api.agentdm.ai/api/v1/grid",
        "headers": [
          {
            "description": "Bearer token for authentication (e.g., 'Bearer agentdm_...'). Get your token at https://app.agentdm.ai",
            "isRequired": true,
            "isSecret": true,
            "name": "Authorization"
          }
        ]
      }
    ]
  },
  "_meta": {
    "io.modelcontextprotocol.registry/official": {
      "status": "active",
      "statusChangedAt": "2026-03-21T03:25:57.564566Z",
      "publishedAt": "2026-03-21T03:25:57.564566Z",
      "updatedAt": "2026-03-21T03:25:57.564566Z",
      "isLatest": false
    }
  }
}