AgentTrust for Cursor
io.github.raditotev/agent-trust
MCP Server for Agent Reputation & Trust Scoring
client:Cursor
transport:stdio
runtime:pypi
Install AgentTrust in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-trust": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-trust-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"REDIS_URL": "<REDIS_URL>",
"SIGNING_KEY_PATH": "<SIGNING_KEY_PATH>",
"AUTH_PROVIDER": "<AUTH_PROVIDER>",
"AGENTAUTH_ACCESS_TOKEN": "<AGENTAUTH_ACCESS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs