← Index

io.github.tponscr-debug/oracle-h

io.github.tponscr-debug/oracle-h·v1.0.0·Chat & Messaging
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "oracle-h": {
      "command": "npx",
      "args": [
        "-y",
        "oracle-h-mcp"
      ],
      "env": {
        "ORACLE_SIGNATURE_KEY": "<your-oracle_signature_key>",
        "ORACLE_BASE_URL": "<oracle_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "oracle-h": {
      "command": "npx",
      "args": [
        "-y",
        "oracle-h-mcp"
      ],
      "env": {
        "ORACLE_SIGNATURE_KEY": "<your-oracle_signature_key>",
        "ORACLE_BASE_URL": "<oracle_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y oracle-h-mcp
§02  Environment variables
ORACLE_SIGNATURE_KEY
requiredsecret

Your ORACLE-H signature key for authentication. Use 'demo-signature-key-change-in-production' for testing with no signup required.

ORACLE_BASE_URL

ORACLE-H service base URL. Defaults to https://oracle-h.online

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Chat & Messaging