Calypso Multimodal RAG
@calypso-so
关于 Calypso Multimodal RAG
Launch a hosted Gemini File Search true multimodal RAG layer that answers from your PDFs, docs, screenshots, charts, diagrams, help center, FAQs, and images with citations people can verify.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"calypso-mcp": {
"command": "npx",
"args": [
"-y",
"calypso-mcp"
],
"env": {
"CALYPSO_API_KEY": "YOUR_CALYPSO_API_KEY",
"CALYPSO_API_BASE_URL": "https://api.calypso.so/v1"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Calypso Multimodal RAG?
Calypso Multimodal RAG is an MCP server that brings multimodal Retrieval-Augmented Generation (RAG) to AI tools and workflows, providing a grounded answer layer for websites, AI agents, support copilots, internal knowledge assistants, and product experiences. It retrieves from actual source materials—PDFs, docs, screenshots, diagrams, charts, help content, and structured knowledge—to ensure answers remain source-backed, explainable, and production-ready.
How to use Calypso Multimodal RAG?
After configuring the Calypso MCP server in your MCP client (e.g., Claude Desktop), you can invoke three tools: calypso-rag-agent to query the RAG agent for grounded answers, calypso-upload-agent-file to upload a file into the agent store, and calypso-upload-knowledge-file to upload a file into the durable knowledge store.
Key features of Calypso Multimodal RAG
- Grounded answers with retrieval-backed responses, not generic model output.
- Multimodal RAG support across PDFs, docs, screenshots, diagrams, and images.
- Built for AI agents and real product surfaces such as website chat and support.
- Two separate upload stores: agent store for retrieval-backed RAG and knowledge store for durable indexing.
- RAG-first file semantics via
rag_policyon agent file attachments.
Use cases of Calypso Multimodal RAG
- AI support assistants that answer from company documentation and knowledge bases.
- Sales enablement copilots with grounded product information.
- Internal knowledge agents retrieving from internal files and diagrams.
- Website answer widgets offering searchable, citation-backed responses.
FAQ from Calypso Multimodal RAG
What is a grounded answer layer?
A grounded answer layer retrieves from real source material—such as PDFs, docs, or screenshots—rather than relying on generic model memory, so responses are source-backed, explainable, and production-ready.
What types of source material does Calypso support?
Calypso supports PDFs, documentation, help center content, screenshots, diagrams, charts, images, internal files, and structured knowledge.
How does Calypso handle file uploads?
The server provides two upload tools: calypso-upload-agent-file puts content into the agent store for retrieval-backed RAG chat, and calypso-upload-knowledge-file ingests content into a durable knowledge store for shared corpus indexing.
What makes Calypso different from other MCP RAG servers?
Calypso is designed as a multimodal grounded answer layer with reuse across multiple surfaces, retrieval over real source material, and strong fit for operational and customer-facing AI systems.
记忆与知识 分类下的更多 MCP 服务器
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
评论