AgentTrust for Cursor
io.github.assister-xyz/agenttrust
Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes.
client:Cursor
transport:stdio
runtime:pypi
Install AgentTrust in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agenttrust": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-agenttrust"
],
"env": {
"GROQ_API_KEY": "<GROQ_API_KEY>",
"CEREBRAS_API_KEY": "<CEREBRAS_API_KEY>",
"MONGODB_URL": "<MONGODB_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs