GroundLens for Cursor
io.github.groundlens-dev/groundlens
Verify AI answers and executions and seal signed, offline-verifiable evidence records.
client:Cursor
transport:stdio
runtime:pypi
Install GroundLens in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"groundlens": {
"type": "stdio",
"command": "uvx",
"args": [
"groundlens"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs