Skip to main content
Glama
Michaelzag
by Michaelzag
__init__.py463 B
""" Migadu MCP Server MCP server for comprehensive Migadu email management - mailboxes, aliases, identities, forwardings, and rewrites. """ try: from importlib.metadata import version __version__ = version("migadu-mcp") except Exception: # Fallback for development or when package not installed __version__ = "0.0.0+dev" __author__ = "Michael Broel" __email__ = "Michael@Michaelzag.com" from .main import mcp __all__ = ["mcp", "__version__"]

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/Michaelzag/migadu-mcp'

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