Skip to content
Windsurf

Sheriff for Windsurf

io.github.ryansmith4/sheriff-mcp

MCP server for fixing static analysis issues from SARIF reports with AI agents

client:Windsurf transport:stdio runtime:oci

Install Sheriff in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "sheriff-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ryansmith4/sheriff-mcp:1.0.2"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Sheriff in other clients