Skip to content
Cursor

AgentGraph Trust for Cursor

io.github.agentgraph-co/agentgraph-trust

Security scanning and trust verification for AI agent tools.

client:Cursor transport:stdio runtime:pypi

Install AgentGraph Trust in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agentgraph-trust": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentgraph-trust"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AgentGraph Trust in other clients