Catalog
Oracle H
Officialby tponscr-debug
Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.
Requires human approval via Telegram before executing critical AI agent actions.
README not available yet.
Install
Configuration
Environment variables
ORACLE_SIGNATURE_KEYrequiredsecretYour ORACLE-H signature key for authentication. Use 'demo-signature-key-change-in-production' for testing with no signup required.
ORACLE_BASE_URLORACLE-H service base URL. Defaults to https://oracle-h.online
claude_desktop_config.json
{
"mcpServers": {
"oracle-h": {
"command": "npx",
"args": [
"-y",
"oracle-h-mcp@1.0.0"
],
"env": {
"ORACLE_SIGNATURE_KEY": "<YOUR_ORACLE_SIGNATURE_KEY>",
"ORACLE_BASE_URL": "<YOUR_ORACLE_BASE_URL>"
}
}
}
}