Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

get_rewrite

Retrieve detailed configuration for specific rewrite rules using rule name/slug. Input domain optional for precise rule identification. Ideal for managing email hosting setups.

Instructions

Get detailed rewrite rule configuration. Requires rule name/slug.

Input Schema

NameRequiredDescriptionDefault
domainNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "domain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Domain" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "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