Warrant for Cursor
io.github.s0fractal/warrant
Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.
client:Cursor
transport:stdio
runtime:pypi
Install Warrant in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"warrant": {
"type": "stdio",
"command": "uvx",
"args": [
"warrant-verify"
],
"env": {
"WARRANT_STORE": "<WARRANT_STORE>",
"WARRANT_KEY": "<WARRANT_KEY>",
"WARRANT_ACTOR": "<WARRANT_ACTOR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs