提交

Calypso Multimodal RAG

@Calypso

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.

服务器配置

{
  "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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.