shimguard for VS Code
io.github.rudrendupaul/shimguard
Wraps the ShimGuard CLI as a single generic MCP tool for agent-shim provenance checks.
client:VS Code
transport:stdio
runtime:pypi
Install shimguard in VS Code
.vscode/mcp.json
{
"servers": {
"shimguard": {
"type": "stdio",
"command": "uvx",
"args": [
"shimguard-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs