Sheriff for VS Code
io.github.ryansmith4/sheriff-mcp
MCP server for fixing static analysis issues from SARIF reports with AI agents
client:VS Code
transport:stdio
runtime:oci
Install Sheriff in VS Code
.vscode/mcp.json
{
"servers": {
"sheriff-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ryansmith4/sheriff-mcp:1.0.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs