Skip to content
Zed

Sheriff for Zed

io.github.ryansmith4/sheriff-mcp

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

client:Zed transport:stdio runtime:oci

Install Sheriff in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Sheriff in other clients