Skip to content
Claude Desktop

Sheriff for Claude Desktop

io.github.ryansmith4/sheriff-mcp

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

client:Claude Desktop transport:stdio runtime:oci

Install Sheriff in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Sheriff in other clients