Skip to content
Zed

oracle h for Zed

io.github.tponscr-debug/oracle-h

Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.

client:Zed transport:stdio runtime:npm

Install oracle h in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "oracle-h": {
      "command": "npx",
      "args": [
        "-y",
        "oracle-h-mcp"
      ],
      "env": {
        "ORACLE_SIGNATURE_KEY": "<ORACLE_SIGNATURE_KEY>",
        "ORACLE_BASE_URL": "<ORACLE_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

oracle h in other clients