Workspace Isolation
Every model config, document group, document, API key, agent, and playground session belongs to the logged-in user.
A private knowledge platform that turns user-owned documents into searchable, cited AI answers for web widgets, streaming APIs, and MCP-compatible AI clients.
Responses use group documents and can display citations for source review.
Every model config, document group, document, API key, agent, and playground session belongs to the logged-in user.
Document groups separate knowledge by project, client, policy set, or product area, and integrations stay bound to one selected group.
The same prepared knowledge can power an embedded web assistant, a custom streaming API client, or an MCP-compatible platform.
Open-Rag-MCP is organized around a setup, ingest, validate, activate, and integrate sequence.
Users bring their own Gemini provider keys for embedding and chat LLM configs. Embedding configs are selected when creating document groups, while chat configs can be selected for agents.
Each group acts as an isolated knowledge base with its own documents, search context, API keys, agents, and MCP access boundary.
Users add pasted text or uploaded files, track processing states, and remove documents from both the visible list and retrieval index when content becomes invalid.
Search Bench lets users test natural-language queries, result count, reranking, diversity options, chunk text, source metadata, and relevance scores.
Agents are attached to document groups, configured with instructions, allowed origins, history settings, citation behavior, and active status.
The project is built around reusable group knowledge. Once documents are indexed and validated, developers can connect the group through the Web SDK, a server-side streaming API, or MCP.
Browser-safe public agent keys initialize a floating assistant widget with markdown responses and optional citations.
Developers can own the frontend while using private group API keys from a backend service to stream agent responses.
Compatible AI platforms can retrieve relevant chunks from a selected document group using authenticated MCP requests.
Users test active agents, reopen saved sessions, review streamed answers, inspect citations, and validate behavior before publishing.
Users configure provider keys once, and raw provider keys are not shown back after saving.
Private group API keys are shown only at creation time, with later screens exposing only safe hints and metadata.
Agents, search, API keys, Web SDK access, and MCP access retrieve from the assigned document group only.
Agent settings decide whether answers show inline citation markers and expandable source details.
Create an account in the Open-Rag-MCP product to explore the workflow hands-on. This section provides the detailed functional documentation for reviewing the product design and user-facing capabilities.
The documentation covers workspace access, model setup, document groups, ingestion, search validation, AI agents, integrations, playground behavior, and governance.
The page uses a project-specific OpenRagAgent public key, separate from the resume assistant on the homepage.