Skip to main content
Glama

MCP Template

__init__.py344 B
""" MCP Template - Production-ready MCP server template. """ __version__ = "0.1.0" from .app import MCPTemplateApp, create_app from .core.config_loader import Settings, load_config from .core.server import MCPServer __all__ = [ "MCPTemplateApp", "create_app", "Settings", "load_config", "MCPServer", "__version__", ]

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/riteshsonawala/mcp-template'

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