Skip to content
Cursor

ToolTrust Scanner for Cursor

io.github.agentsafe-ai/tooltrust-scanner

Scans MCP servers for prompt injection, data exfiltration, and privilege escalation.

client:Cursor transport:stdio runtime:npm

Install ToolTrust Scanner in Cursor

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

{
  "mcpServers": {
    "tooltrust-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tooltrust-mcp"
      ]
    }
  }
}

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

ToolTrust Scanner in other clients