Skip to content
Grok

oracle h for Grok

io.github.tponscr-debug/oracle-h

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

client:Grok transport:stdio runtime:npm

Install oracle h in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

oracle h in other clients