Skip to content
VS Code

Keel for VS Code

io.github.lutfizp/keel

Control plane MCP that dedups scanner output, rate-limits hosts, and runs non-destructive proofs.

client:VS Code transport:stdio runtime:pypi

Install Keel in VS Code

.vscode/mcp.json

{
  "servers": {
    "keel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "keel-pentest"
      ]
    }
  }
}

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

Keel in other clients