Kaibernetic
Help

Register for Kaibernetic

or
Forgot password?
Enter the invite code you received

Already have an account? Login

Reset Password

Enter your account email and we'll send a reset link.

Check your email

We sent a confirmation link to . Please click the link to verify your email and complete registration.

If you’ve registered previously with this email, please sign in instead. You can also resend the confirmation email using the button below.

Goals

New Goal

API Tokens

Create API tokens to authenticate with the MCP server from Claude Desktop.

MCP Configuration

The OAuth-enabled endpoint is /mcp/mcp (Google sign-in). If you prefer API tokens, use the configs below.

Cursor
"kaibernetic": {
  "url": "https://kaibernetic.ai/llm/mcp",
  "type": "http",
  "headers": {
    "Authorization": "Bearer {your-token-here}"
  }
}
Cursor (OAuth via Google)
"kaibernetic": {
  "url": "https://kaibernetic.ai/mcp/mcp",
  "type": "http"
}

For production, use https://kaibernetic.ai/mcp/mcp.

Codex (API Token)
[mcp_servers."kaibernetic"]
command = "npx"
args = [
  "mcp-remote@0.1.0-0",
  "https://kaibernetic.ai/llm/mcp",
  "--header",
  "Authorization: Bearer {your-token-here}",
  "--transport",
  "http-only"
]
Claude Desktop
"kaibernetic": {
  "command": "npx",
  "args": [
    "mcp-remote@0.1.0-0",
    "https://kaibernetic.ai/llm/mcp",
    "--header",
    "Authorization: Bearer {your-token-here}",
    "--transport",
    "http-only"
  ]
}
Save this token securely. You won't be able to see it again!

Invite Code Required

You've successfully authenticated, but an invite code is required to complete your registration.

Admin Panel - Invite Codes