Skip to main content
Glama

MCP RAG

by kalicyh
__init__.py363 B
# MCP Services Module (cloud-only) """ Servicios del servidor MCP (modo cloud-only). Este paquete expone únicamente el adaptador de OpenAI en la nube. """ from .cloud_openai import ( OpenAIVectorStore, ensure_client, embed_texts, embed_query, ) __all__ = [ 'OpenAIVectorStore', 'ensure_client', 'embed_texts', 'embed_query', ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kalicyh/mcp-rag'

If you have feedback or need assistance with the MCP directory API, please join our Discord server