Skip to content
Cursor

Calypso Multimodal RAG MCP for Cursor

io.github.calypso-so/multimodal-rag-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install Calypso Multimodal RAG MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "multimodal-rag-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@calypsohq/multimodal-rag-mcp-server"
      ],
      "env": {
        "CALYPSO_API_KEY": "<CALYPSO_API_KEY>",
        "CALYPSO_API_BASE_URL": "<CALYPSO_API_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Calypso Multimodal RAG MCP in other clients