Welcome to Kaibernetic

Here's how to get started

Quick Setup Guides

1. Setting up MCP with Claude & Cursor

MCP Configuration

For Cursor (OAuth via Google)

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.

For Cursor (API Token Fallback)

"kaibernetic": {
  "url": "https://kaibernetic.ai/llm/mcp",
  "type": "http",
  "headers": {
    "Authorization": "Bearer {api-token}"
  }
}

For Claude Desktop (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"
  ]
}

A Note About Your Data

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!

Start Using Kaibernetic