shimguard for Cursor
io.github.rudrendupaul/shimguard
Wraps the ShimGuard CLI as a single generic MCP tool for agent-shim provenance checks.
client:Cursor
transport:stdio
runtime:pypi
Install shimguard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shimguard": {
"type": "stdio",
"command": "uvx",
"args": [
"shimguard-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs