List agents
Discover the agents available in your Katara organization.
Model Context Protocol server
Connect any MCP-compatible client to list agents, sync collections, upload documents, and search indexed content from Katara.
Available tools
Discover the agents available in your Katara organization.
Inspect a specific agent, including its configuration and current state.
Run synchronizers so new content becomes searchable.
Query indexed documents across one or more collections.
Send a document to a content uploader agent for ingestion.
Configuration
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"
}
}
}