← Back to Plugins
MCP Server MCP

io.github.adamVass/pylos-mcp

github By github 👁 1 views ▲ 0 votes

Read-focused, prompt-injection-hardened email MCP server for any IMAP provider

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "pylos-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Account login.",
          "isRequired": true,
          "format": "string",
          "name": "EMAIL_USER"
        },
        {
          "description": "App password. Either this or EMAIL_PASSWORD_CMD is required.",
          "format": "string",
          "isSecret": true,
          "name": "EMAIL_PASSWORD"
        },
        {
          "description": "One of gmail, icloud, yahoo, gmx, fastmail, mailbox.org, posteo. Fills in IMAP, SMTP and Sieve hosts and ports.",
          "format": "string",
          "name": "PROVIDER"
        },
        {
          "description": "IMAP hostname for self-hosted or unlisted providers. Overrides the preset.",
          "format": "string",
          "name": "IMAP_HOST"
        },
        {
          "description": "Comma-separated list of tiers beyond read, which is always included. Defaults to drafts.",
          "format": "string",
          "name": "CAPABILITIES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...