Model Context Protocol server

Bring Katara agents and knowledge bases into your AI workspace.

Connect any MCP-compatible client to list agents, sync collections, upload documents, and search indexed content from Katara.

Available tools

Everything your AI client needs to work with Katara content.

List agents

Discover the agents available in your Katara organization.

Get agent

Inspect a specific agent, including its configuration and current state.

Sync collection

Run synchronizers so new content becomes searchable.

Search documents

Query indexed documents across one or more collections.

Upload document

Send a document to a content uploader agent for ingestion.

Configuration

Paste the endpoint into your MCP client.

Katara supports browser-friendly MCP over Streamable HTTP and exposes OAuth protected-resource metadata when authentication is enabled.

{
  "mcpServers": {
    "katara": {
      "url": "https://mcp.katara.ai/mcp"
    }
  }
}