Skip to main content
Glama
__init__.py•514 B
""" Services Package for AutoGen UI Provides centralized services for real-time communication, notifications, memory operations, and other cross-widget functionality. """ from .session_service import SessionService from .conversation_service import ConversationService # Import the new generic memory service (flexible collections) from ..generic_direct_memory_service import ( GenericDirectMemoryService as MemoryService ) __all__ = [ "SessionService", "ConversationService", "MemoryService" ]

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