Connect
claude.ai connectors
In claude.ai, go to Settings → Connectors → Add custom connector. Paste your MCP endpoint (from
gnt keys create) as the server URL, then add an Authorization: Bearer gnt_live_xxxx header with
your key. All 5 tools become available in any chat once it's connected.
Claude Code
Covered by the quickstart above.
Raw MCP client (Python)
Talk to the endpoint directly over streamable HTTP with the official MCP SDK.
Code
OpenAI-compatible agent
The Responses API supports remote MCP servers as a tool type. Point it at the same endpoint and header.
Code
OpenClaw
Run gnt connect openclaw to detect a local install and write this for you, or add it to
~/.openclaw/openclaw.json by hand and export GNT_MCP_KEY before starting the gateway. Connecting
only makes the tools available, so pair it with the check_action skill below:
that's what gets OpenClaw to actually call it before acting, not just have it on hand.
Code