Skip to main content
Glama
alexanderkrauck

mailindex-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SESSION_SECRETNoSecret used for session management. Generate with `openssl rand -base64 32`.
JWT_SIGNING_KEYNoSecret used to sign JSON Web Tokens for OAuth. Generate with `openssl rand -base64 32`.
GOOGLE_CLIENT_IDNoGoogle OAuth Web application client ID.
POSTGRES_PASSWORDNoThe password for the PostgreSQL database.
REGISTRATION_MODENoEither 'open' or 'allowlist'. Defaults to 'open'. Set to 'allowlist' to restrict registration.open
EMAILSERVER_DOMAINNoThe domain name of your server, used for TLS and OAuth redirect URIs.
GOOGLE_CLIENT_SECRETNoGoogle OAuth Web application client secret.
ALLOWED_GOOGLE_EMAILSNoJSON array of email addresses allowed to register when REGISTRATION_MODE=allowlist, e.g. ["owner@example.com"].
EMAILSERVER_API_TOKENNoA static bearer token for single-user mode. Must be at least 32 characters.
EMAILSERVER_AUTH_MODENoAuthentication mode: 'development', 'single_user', or 'google'. Defaults to 'development'.development
CREDENTIAL_ENCRYPTION_KEYNoSecret used to encrypt mailbox credentials at rest. Generate with `openssl rand -base64 32`.
EMAILSERVER_OCR_LANGUAGESNoSpace-separated list of Tesseract OCR languages, e.g. 'deu+eng'.
EMAILSERVER_SEARCH_TEXT_CONFIGSNoJSON array of language configurations for full-text search, e.g. ["simple", "english", "german"].
CLAIM_LEGACY_ACCOUNTS_ON_FIRST_LOGINNoSet to 'true' to allow an existing single-user owner to claim legacy accounts on first login after upgrading to Google auth.
EMAILSERVER_DELETION_RECONCILE_INTERVALNoInterval for reconciling deletions and flags, in seconds.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/alexanderkrauck/mailindex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server