Skip to main content
Glama
martin2844

slab-email

by martin2844

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost to bind the server to.127.0.0.1
PORTNoPort to listen on.6981
DATABASE_PATHNoPath to SQLite database file../data/slab-email.db
SKIP_MIGRATIONSNoSet to 'true' only after the one-shot migration command succeeds.
GOOGLE_CLIENT_IDNoGoogle OAuth client ID.
MICROSOFT_TENANTNoMicrosoft tenant for OAuth.common
GOOGLE_REDIRECT_URINoGoogle OAuth redirect URI.http://127.0.0.1:6981/api/oauth/google/callback
MCP_ALLOWED_ORIGINSNoComma-separated allowed origins for MCP.
MICROSOFT_CLIENT_IDNoMicrosoft OAuth client ID.
GOOGLE_CLIENT_SECRETNoGoogle OAuth client secret. Direct value alternative to GOOGLE_CLIENT_SECRET_FILE.
SLAB_EMAIL_ADMIN_KEYNoAdmin key required for admin endpoints. Direct value alternative to SLAB_EMAIL_ADMIN_KEY_FILE.
SLAB_EMAIL_MASTER_KEYNoMaster key required for encrypting/decrypting provider secrets (32-byte base64 or 64-hex). Direct value alternative to SLAB_EMAIL_MASTER_KEY_FILE.
MICROSOFT_REDIRECT_URINoMicrosoft OAuth redirect URI.http://127.0.0.1:6981/api/oauth/microsoft/callback
MICROSOFT_CLIENT_SECRETNoMicrosoft OAuth client secret. Direct value alternative to MICROSOFT_CLIENT_SECRET_FILE.
GOOGLE_CLIENT_SECRET_FILENoMounted-file alternative for GOOGLE_CLIENT_SECRET.
MCP_ALLOWED_ORIGINS_HOSTSNoComma-separated allowed hosts for MCP.
SLAB_EMAIL_ADMIN_KEY_FILENoMounted-file alternative for SLAB_EMAIL_ADMIN_KEY.
SLAB_EMAIL_MASTER_KEY_FILENoMounted-file alternative for SLAB_EMAIL_MASTER_KEY.
MICROSOFT_CLIENT_SECRET_FILENoMounted-file alternative for MICROSOFT_CLIENT_SECRET.
PUBLIC_ADMIN_ALLOWED_ORIGINSNoComma-separated allowed origins for public admin.
INBOUND_POLL_INTERVAL_SECONDSNoInbound poll interval in seconds; 0 disables inbound discovery.30
MAX_SENDS_PER_ACCOUNT_PER_HOURNoMaximum sends per account per hour.60

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/martin2844/slab-email'

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