{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.csitte/mailwarden",
    "description": "Native Gmail MCP server: search, labels, archive, trash, attachments, and snooze.",
    "repository": {
        "url": "https://github.com/csitte/mailwarden",
        "source": "github"
    },
    "version": "0.4.0",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "mailwarden",
            "version": "0.4.0",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Config directory (default ~/.mailwarden), holds credentials.json and token.json",
                    "name": "MAILWARDEN_DIR"
                },
                {
                    "description": "Path to the Google OAuth credentials.json (Desktop app client)",
                    "name": "MAILWARDEN_CREDENTIALS"
                },
                {
                    "description": "Set to 1 to sweep due snoozes at startup and hourly while running",
                    "name": "MAILWARDEN_AUTO_SWEEP"
                },
                {
                    "description": "Restrict download_attachment writes to this directory (recommended for HTTP hosting)",
                    "name": "MAILWARDEN_DOWNLOAD_DIR"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-04T15:42:43.181667Z",
            "publishedAt": "2026-08-04T15:42:43.181667Z",
            "updatedAt": "2026-08-04T15:42:43.181667Z",
            "isLatest": true
        }
    }
}