Skip to main content
Glama
__init__.py575 B
""" Utils module for embedding generation and utility functions. Contains embedding utilities and helper functions. """ # Conditional imports for backward compatibility try: from .embeddings import generate_embeddings, get_embeddings _EMBEDDINGS_AVAILABLE = True except ImportError: generate_embeddings = None get_embeddings = None _EMBEDDINGS_AVAILABLE = False __all__ = [] # Add embeddings exports if available if _EMBEDDINGS_AVAILABLE: __all__.extend( [ "get_embeddings", "generate_embeddings", ] )

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/shrijayan/SelfMemory'

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