Skip to content
VS Code

kepil for VS Code

io.github.oleg-vdv/kepil

Passport, mandate, fail-closed action gate and tamper-evident journal for AI agents.

client:VS Code transport:stdio runtime:pypi

Install kepil in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "kepil-data",
      "description": "KEPIL_DATA",
      "password": true
    }
  ],
  "servers": {
    "kepil": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kepil"
      ],
      "env": {
        "KEPIL_DATA": "${input:kepil-data}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

kepil in other clients