Skip to content
Cline

Sheriff for Cline

io.github.ryansmith4/sheriff-mcp

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

client:Cline transport:stdio runtime:oci

Install Sheriff in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Sheriff in other clients