AgentTrust — Identity & Trust for A2A Agents for Cursor
ai.agenttrust/mcp-server
Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
client:Cursor
transport:stdio
runtime:npm
Install AgentTrust — Identity & Trust for A2A Agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
],
"env": {
"AGENTTRUST_API_KEY": "<AGENTTRUST_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs