Calypso Multimodal RAG MCP for Zed
io.github.calypso-so/multimodal-rag-mcp-server
Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge.
client:Zed
transport:stdio
runtime:npm
Install Calypso Multimodal RAG MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"multimodal-rag-mcp-server": {
"command": "npx",
"args": [
"-y",
"@calypsohq/multimodal-rag-mcp-server"
],
"env": {
"CALYPSO_API_KEY": "<CALYPSO_API_KEY>",
"CALYPSO_API_BASE_URL": "<CALYPSO_API_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs