kepil for Cursor
io.github.oleg-vdv/kepil
Passport, mandate, fail-closed action gate and tamper-evident journal for AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install kepil in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kepil": {
"type": "stdio",
"command": "uvx",
"args": [
"kepil"
],
"env": {
"KEPIL_DATA": "<KEPIL_DATA>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs