Odel
AgentTrust — Identity & Trust for A2A Agents

AgentTrust — Identity & Trust for A2A Agents

Local
@agenttrust1JavaScriptMITUpdated 5mo ago

Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agenttrust/mcp-serverv1.1.1

Run

npx -y @agenttrust/mcp-server

MCP client config

{
  "mcpServers": {
    "agenttrust-identity-trust-for-a2a-agents": {
      "command": "npx",
      "args": [
        "-y",
        "@agenttrust/mcp-server"
      ]
    }
  }
}