Calypso Multimodal RAG MCP MCP Server
io.github.calypso-so/multimodal-rag-mcp-server
What is the Calypso Multimodal RAG MCP MCP server?
Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge.
How to install Calypso Multimodal RAG MCP
Copy-paste configuration for popular MCP clients.
CALYPSO_API_KEYrequiredsecretCalypso API key used to access the Calypso Responses API.
CALYPSO_API_BASE_URLOptional Calypso-compatible API base URL. Defaults to https://api.calypso.so/v1.
{
"mcpServers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<YOUR_CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<YOUR_CALYPSO_API_BASE_URL>"
}
}
}
}{
"mcpServers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<YOUR_CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<YOUR_CALYPSO_API_BASE_URL>"
}
}
}
}{
"mcpServers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<YOUR_CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<YOUR_CALYPSO_API_BASE_URL>"
}
}
}
}{
"servers": {
"multimodal-rag-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<YOUR_CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<YOUR_CALYPSO_API_BASE_URL>"
}
}
}
}claude mcp add multimodal-rag-mcp-server --env CALYPSO_API_KEY=<YOUR_CALYPSO_API_KEY> --env CALYPSO_API_BASE_URL=<YOUR_CALYPSO_API_BASE_URL> -- npx -y @calypsohq/multimodal-rag-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.