MCP Server
MCP
Calypso Multimodal RAG MCP
Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge.
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
By
Comments
Sign in to leave a comment