MCP server for Calypso’s multimodal RAG layer. Supports agent-store uploads, knowledge-store ingestion, and retrieval-backed responses workflows with file-aware rag_policy semantics.
Server Config
{
"mcpServers": {
"Calypso Multimodal RAG": {
"command": "npx",
"args": [
"-y",
"@calypso-rag/calypso-mcp"
],
"env": {
"CALYPSO_API_KEY": "sk-your-calypso-api-key",
"CALYPSO_API_BASE_URL": "https://api.calypso.so/v1"
}
}
}
}