Ragora MCP Server

Search your knowledge bases from any AI assistant using hybrid RAG.

Remote serverstreamable-http

What is the Ragora MCP server?

If you already use Ragora, the ragora mcp server is the piece that lets your assistant work with it directly. Search your knowledge bases from any AI assistant using hybrid RAG.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • search_employee_handbook — get_topic_employee_handbook
  • discover_collections — List all knowledge bases you have access to, with descriptions, stats, and usage examples
  • search — Search across all your knowledge bases at once
  • search_collection — Search a specific collection by name, with optional tag/metadata filters
  • Cursor — The Cursor tool exposed by this server
  • Windsurf — The Windsurf tool exposed by this server

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ragora's toolset — search_employee_handbook, discover_collections, search and 3 more — is a fair guide to whether it matches your workflow. It is maintained by mregmi; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
search_employee_handbookget_topic_employee_handbook
discover_collectionsList all knowledge bases you have access to, with descriptions, stats, and usage examples
searchSearch across **all** your knowledge bases at once
search_collectionSearch a **specific** collection by name, with optional tag/metadata filters
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.

How to install the Ragora MCP server

{
  "mcpServers": {
    "ragora": {
      "type": "http",
      "url": "https://mcp.ragora.app/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_your_key_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Ragora to search employee handbook.
  • Use Ragora to discover collections.
  • Use Ragora to search.

Frequently asked questions

It connects Ragora to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (search_employee_handbook, discover_collections, search, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ragora directly.