← Back to Plugins
MCP Server MCP

io.github.pierre3/maildev-mcp

github By github 👁 1 views ▲ 0 votes

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "identifier": "MailDevMcp",
      "version": "1.0.1",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Port number for the MailDev REST API (default: 1080)",
          "name": "MAILDEV_API_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...