mcpbeat Sign in

Calypso Multimodal RAG MCP Server

by calypso-so Your server? Claim it
local only

Calypso Multimodal RAG MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 416 · avg 54 · +81% w/w
a month agotoday
97
Installs / week
npm · @calypsohq/multimodal-rag-mcp-server
2
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Calypso Multimodal RAG MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add multimodal-rag-mcp-server -- npx -y @calypsohq/multimodal-rag-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multimodal-rag-mcp-server": {
      "args": [
        "-y",
        "@calypsohq/multimodal-rag-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multimodal-rag-mcp-server]
command = "npx"
args = ["-y", "@calypsohq/multimodal-rag-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "multimodal-rag-mcp-server": {
      "args": [
        "-y",
        "@calypsohq/multimodal-rag-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multimodal-rag-mcp-server": {
      "args": [
        "-y",
        "@calypsohq/multimodal-rag-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CALYPSO_API_KEY (Calypso API key used to access the Calypso Responses API.), CALYPSO_API_BASE_URL (Optional Calypso-compatible API base URL. Defaults to https://api.calypso.so/v1.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Calypso Multimodal RAG MCP

same job, measured the same way
Loom
by klosskarl

Local-first personal knowledge base. Cited answers from your vault via vector + graph retrieval.

54 installs/wk local only
Ckg MCP
by yarmoluk

97-domain knowledge graphs for AI agents — 4× F1 of RAG, 11× fewer tokens. MCP-native.

193 installs/wk local only
I
Terraform Ingest MCP
by zloeber

Ingest and analyze Terraform modules from multiple repositories for AI RAG systems

274 installs/wk local only
MCP Knowledge RAG
by infoinlet-marketplace

Permission-aware RAG for agents — ingest docs, hybrid search, cited answers (hosted API).

21 installs/wk local only
Docs Ask (local docs RAG)
by alyiox

Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.

451 installs/wk local only
Pipe Docs (SPR) MCP Server
by machuraharry

Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.

local only
Nvidia Nim MCP
by david-eve-za

MCP server for NVIDIA NIM - 50+ LLMs, multimodal, image gen, embeddings, reranking

56 installs/wk local only
RAG Knowledge Graph MCP
by csoai-org

Rag Knowledge Graph MCP Server by MEOK AI Labs

202 installs/wk local only

Calypso Multimodal RAG MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Calypso Multimodal RAG MCP?
Calypso Multimodal RAG MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @calypsohq/multimodal-rag-mcp-server was installed 97 times last week.
How do I connect Calypso Multimodal RAG MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @calypsohq/multimodal-rag-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Calypso Multimodal RAG MCP?
The npm package @calypsohq/multimodal-rag-mcp-server was installed 97 times in the last week. Week over week that is +81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Calypso Multimodal RAG MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.