Skip to content
Cursor

Keel for Cursor

io.github.lutfizp/keel

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

client:Cursor transport:stdio runtime:pypi

Install Keel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Keel in other clients