ClauseKeeper Compliance Scanner for Cursor
io.github.mityda/clausekeeper
Scan website legal docs for missing or stale compliance clauses. Rule-based, no LLM.
client:Cursor
transport:stdio
runtime:pypi
Install ClauseKeeper Compliance Scanner in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clausekeeper": {
"type": "stdio",
"command": "uvx",
"args": [
"clausekeeper-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs