For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quickstart — K-AI MCP

Five minutes to your AI agent answering questions on your K-AI knowledge. Works with Claude Desktop, Cursor, and Mistral Le Chat. Auth happens once via OAuth — a single sign-in grants access to every K-AI instance you're entitled to.

Prerequisites

  • A K-AI user account.

  • One of: Cursor (≥ 0.42), Claude Desktop (latest), Mistral Le Chat (web).

Install

⚡ Install KAI Retrieval ⚡ Install KAI Audit

Manual fallback — add to your Cursor MCP config (~/.cursor/mcp.json or .cursor/mcp.json in a project):

{
  "mcpServers": {
    "kai-retrieval": {
      "url": "https://api-retrieval.kai-studio.ai/mcp"
    },
    "kai-audit": {
      "url": "https://api-audit.kai-studio.ai/mcp"
    }
  }
}

Note: on some Linux distributions (notably Debian), cursor:// deep-links may fail to open the app. Use the manual config if the buttons don't work.

First call

Once installed, in your client's chat: ask "What K-AI instances do I have access to?" The host LLM should call retrieval_instances_list_available_instances and report a list.

Next steps

Last updated