Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

get_alias

Retrieve full alias configuration details for email accounts on Migadu by specifying the target and domain. Returns a JSON object with the alias setup.

Instructions

Get detailed alias information.

Args: target: Local part of alias domain: Domain name. Uses MIGADU_DOMAIN if not provided.

Returns: JSON object with complete alias configuration

Input Schema

NameRequiredDescriptionDefault
domainNo
targetYes

Input Schema (JSON Schema)

{ "properties": { "domain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Domain" }, "target": { "title": "Target", "type": "string" } }, "required": [ "target" ], "type": "object" }

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