← Back to Plugins
MCP Server MCP

Calypso Multimodal RAG MCP

github By github 👁 1 views ▲ 0 votes

Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge.

Homepage Verified source GitHub

Install

npx -y @calypsohq/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@calypsohq/multimodal-rag-mcp-server",
      "version": "2.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Calypso API key used to access the Calypso Responses API.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CALYPSO_API_KEY"
        },
        {
          "description": "Optional Calypso-compatible API base URL. Defaults to https://api.calypso.so/v1.",
          "format": "string",
          "name": "CALYPSO_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...