Enter your account email and we'll send a reset link.
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.
Create API tokens to authenticate with the MCP server from Claude Desktop.
The OAuth-enabled endpoint is /mcp/mcp (Google sign-in). If you prefer API tokens, use the configs below.
"kaibernetic": {
"url": "https://kaibernetic.ai/llm/mcp",
"type": "http",
"headers": {
"Authorization": "Bearer {your-token-here}"
}
}
"kaibernetic": {
"url": "https://kaibernetic.ai/mcp/mcp",
"type": "http"
}
For production, use https://kaibernetic.ai/mcp/mcp.
[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"
]
"kaibernetic": {
"command": "npx",
"args": [
"mcp-remote@0.1.0-0",
"https://kaibernetic.ai/llm/mcp",
"--header",
"Authorization: Bearer {your-token-here}",
"--transport",
"http-only"
]
}
You've successfully authenticated, but an invite code is required to complete your registration.