Sheriff for Cursor
io.github.ryansmith4/sheriff-mcp
MCP server for fixing static analysis issues from SARIF reports with AI agents
client:Cursor
transport:stdio
runtime:oci
Install Sheriff in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sheriff-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ryansmith4/sheriff-mcp:1.0.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs