Skip to main content
Glama
__init__.py661 B
""" SQLAlchemy models for the multi-tenant MCP server """ # Import the base class first from .base import Base # Import all models from .admin import Admin from .client import Client from .api_key import APIKey from .configuration import ToolConfiguration, ResourceConfiguration from .knowledge import KnowledgeBase from .tool_call import ToolCall from .youtube import YouTubeChunk from .system_prompt import SystemPrompt # Export all models for easy importing __all__ = [ "Base", "Admin", "Client", "APIKey", "ToolConfiguration", "ResourceConfiguration", "KnowledgeBase", "ToolCall", "YouTubeChunk", "SystemPrompt" ]

Latest Blog Posts

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/GeorgeStrakhov/mcpeasy'

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