Calypso Multimodal RAG
@calypso-so
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Memory & Knowledge MCP servers
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
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.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Comments