Skip to main content
Glama
__init__.py•864 B
""" Memory management modules for the MCP Memory Server. This package contains specialized modules that handle different aspects of memory management, extracted from the monolithic memory_manager.py for better maintainability and separation of concerns. """ try: from .vector_operations import VectorOperations from .agent_registry import AgentRegistry from .file_metadata_manager import FileMetadataManager from .embedding_service import EmbeddingService from .collection_manager import CollectionManager __all__ = [ 'VectorOperations', 'AgentRegistry', 'FileMetadataManager', 'EmbeddingService', 'CollectionManager' ] except ImportError as e: # Handle import errors gracefully during development import logging logging.warning(f"Memory module import error: {e}") __all__ = []

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/hannesnortje/MCP'

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