Catalog
io.github.calypso-so/multimodal-rag-mcp-server
Officialby calypso-so · TypeScript
Calypso Multimodal RAG MCP
Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge.
Multimodal RAG system retrieving answers from documents, images, and charts.
Topics
ragrag-chatbotrag-pipelinegemini-file
README not available yet.
Install
Configuration
Environment variables
CALYPSO_API_KEYrequiredsecretCalypso API key used to access the Calypso Responses API.
CALYPSO_API_BASE_URLOptional Calypso-compatible API base URL. Defaults to https://api.calypso.so/v1.
claude_desktop_config.json
{
"mcpServers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server@1.0.37"
],
"env": {
"CALYPSO_API_KEY": "<YOUR_CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<YOUR_CALYPSO_API_BASE_URL>"
}
}
}
}