jb-p1lot

castdrian/jb-p1lot
★ 0 stars Go Code/Dev Tools Updated today
Rootless iOS jailbreak development bridge with a Go CLI, stdio MCP server, Theos package, SpringBoard screen/HID agent, and small on-device control app.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jb-p1lot": {
      "command": "go",
      "args": [
        "run",
        "github.com/castdrian/jb-p1lot@latest"
      ]
    }
  }
}

README Excerpt

Rootless iOS jailbreak development bridge with a Go CLI, stdio MCP server, Theos package, SpringBoard screen/HID agent, and small on-device control app. ```sh git clone https://github.com/castdrian/jb-p1lot.git cd jb-p1lot ./scripts/bootstrap.sh jb-p1lot setup --all --device <udid> --ssh-host <host> --ssh-port <port>

Topics

iosios-developmentjailbreakjailbreak-tweakmcp-clientmcp-servermcp-toolstheostheos-command-linetheos-tweak