Skip to content
VS Code

penholder for VS Code

ai.penholder/penholder

Preventive human-approval write-gate for AI agents: writes commit only after a human approves.

client:VS Code transport:streamable-http

Install penholder in VS Code

.vscode/mcp.json

{
  "servers": {
    "penholder": {
      "type": "http",
      "url": "https://api.penholder.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

penholder in other clients