AgentTrust — Identity & Trust for A2A Agents for Zed
ai.agenttrust/mcp-server
Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
client:Zed
transport:stdio
runtime:npm
Install AgentTrust — Identity & Trust for A2A Agents in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
],
"env": {
"AGENTTRUST_API_KEY": "<AGENTTRUST_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs