DocGuard for Cursor
io.github.raccioly/docguard
Deterministic doc-drift detection: guard, score, explain, verify-claims and diagnose MCP tools.
client:Cursor
transport:stdio
runtime:npm
Install DocGuard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docguard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docguard-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs