Skip to main content
Orka supports the Model Context Protocol (MCP), allowing you to connect your datastores to any MCP-compatible AI tool.

What is MCP?

MCP is an open standard for connecting AI models to external data sources and tools. With Orka’s MCP server, AI assistants like Claude, Cursor, and others can search your datastores directly.

Setup

  1. Get your MCP endpoint from Settings → MCP
  2. Add it to your AI tool’s MCP configuration
{
  "mcpServers": {
    "orka": {
      "url": "https://mcp.orka.sh/sse",
      "headers": {
        "Authorization": "Bearer your-api-key"
      }
    }
  }
}

Available Tools

The Orka MCP server exposes:
  • search — Search across your connected datastores
  • list_datastores — List available datastores
  • list_agents — List available agents