Skip to content
Cursor

Scout Security for Cursor

io.github.varpost/scout

Deterministic, zero-token security scanner your AI agent calls to find and re-verify issues.

client:Cursor transport:stdio runtime:pypi

Install Scout Security in Cursor

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

{
  "mcpServers": {
    "scout": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scout-security"
      ]
    }
  }
}

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

Scout Security in other clients