Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

kepil in other clients