Connect your RAG systems to applications via REST API and MCP Server integration
Authorization
header of your requests as Bearer YOUR_API_TOKEN
Parameter | Type | Description |
---|---|---|
query | string | The search query for your RAG pipeline |
page | number | The page number for pagination (default: 1) |
page_size | number | Number of items per page (default: None) |
Field | Type | Description |
---|---|---|
items | array | Documents matching your query |
total | number | Total number of matching documents |
page | number | Current page number |
page_size | number | Number of items per page |
total_pages | number | Total number of pages |
brew install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
winget install uv
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
your-flow-name
with a unique name for MCP server and YOUR_API_TOKEN
with your API token.
your-flow-name
with a unique name for your MCP server and YOUR_API_TOKEN
with your API token.Connection issues
Authentication errors
MCP tool not appearing