Skip to main content
Glama
__init__.py•1.08 kB
""" Handler modules for MCP Memory Server. This package contains specialized handler modules that were extracted from the original monolithic tool_handlers.py file for better maintainability and separation of concerns. Handler Modules: - core_memory_handlers: Core memory operations across all memory layers - markdown_processing_handlers: Markdown processing and optimization - agent_management_handlers: Agent lifecycle management - policy_and_guidance_handlers: Policy management and guidance content - system_and_collections_handlers: System health and generic collections """ from .core_memory_handlers import CoreMemoryHandlers from .markdown_processing_handlers import MarkdownProcessingHandlers from .agent_management_handlers import AgentManagementHandlers from .policy_and_guidance_handlers import PolicyAndGuidanceHandlers from .system_and_collections_handlers import SystemAndCollectionsHandlers __all__ = [ "CoreMemoryHandlers", "MarkdownProcessingHandlers", "AgentManagementHandlers", "PolicyAndGuidanceHandlers", "SystemAndCollectionsHandlers" ]

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