Here's how to get started
Use the OAuth-enabled MCP endpoint at /mcp/mcp.
"kaibernetic": {
"url": "https://kaibernetic.ai/mcp/mcp",
"type": "http"
}
If OAuth is unavailable, use the API-token fallback below.
"kaibernetic": {
"url": "https://kaibernetic.ai/llm/mcp",
"type": "http",
"headers": {
"Authorization": "Bearer {api-token}"
}
}
"kaibernetic": {
"command": "npx",
"args": [
"mcp-remote@0.1.0-0",
"https://kaibernetic.ai/llm/mcp",
"--header",
"Authorization: Bearer {api-token}",
"--transport",
"http-only"
]
}
Your data is private. I'm not using your data for training or improving the product.
In the coming days, when you log in, you'll have the option to opt-in to sharing anonymized data to help improve Kaibernetic. If you choose to help, you'll have my appreciation!