BETA

MCP Gateway

Getting Started

Wire the gateway into your AI client in seconds. Use headers where possible; URI tokens are a fallback.

Quick connect

Use OIDC login to authorize; header-based auth is preferred. If your client cannot send headers, use the URI form.

# ChatGPT (MCP)
Server URL: https://mcp.cyberthre.at/sse
Header: Authorization: Bearer 

# Claude CLI
claude \
  --mcp-server gateway=https://mcp.cyberthre.at/sse \
  --header "Authorization: Bearer "

# URI token (fallback)
https://mcp.cyberthre.at/mcp/

Notes

  • Use Authorization headers wherever possible; URI tokens are less secure.
  • OAuth 2.1 support is coming; switch when your AI client supports it.
  • Regenerate keys anytime from the Credentials page.