slab-email
by martin2844
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the server to. | 127.0.0.1 |
| PORT | No | Port to listen on. | 6981 |
| DATABASE_PATH | No | Path to SQLite database file. | ./data/slab-email.db |
| SKIP_MIGRATIONS | No | Set to 'true' only after the one-shot migration command succeeds. | |
| GOOGLE_CLIENT_ID | No | Google OAuth client ID. | |
| MICROSOFT_TENANT | No | Microsoft tenant for OAuth. | common |
| GOOGLE_REDIRECT_URI | No | Google OAuth redirect URI. | http://127.0.0.1:6981/api/oauth/google/callback |
| MCP_ALLOWED_ORIGINS | No | Comma-separated allowed origins for MCP. | |
| MICROSOFT_CLIENT_ID | No | Microsoft OAuth client ID. | |
| GOOGLE_CLIENT_SECRET | No | Google OAuth client secret. Direct value alternative to GOOGLE_CLIENT_SECRET_FILE. | |
| SLAB_EMAIL_ADMIN_KEY | No | Admin key required for admin endpoints. Direct value alternative to SLAB_EMAIL_ADMIN_KEY_FILE. | |
| SLAB_EMAIL_MASTER_KEY | No | Master key required for encrypting/decrypting provider secrets (32-byte base64 or 64-hex). Direct value alternative to SLAB_EMAIL_MASTER_KEY_FILE. | |
| MICROSOFT_REDIRECT_URI | No | Microsoft OAuth redirect URI. | http://127.0.0.1:6981/api/oauth/microsoft/callback |
| MICROSOFT_CLIENT_SECRET | No | Microsoft OAuth client secret. Direct value alternative to MICROSOFT_CLIENT_SECRET_FILE. | |
| GOOGLE_CLIENT_SECRET_FILE | No | Mounted-file alternative for GOOGLE_CLIENT_SECRET. | |
| MCP_ALLOWED_ORIGINS_HOSTS | No | Comma-separated allowed hosts for MCP. | |
| SLAB_EMAIL_ADMIN_KEY_FILE | No | Mounted-file alternative for SLAB_EMAIL_ADMIN_KEY. | |
| SLAB_EMAIL_MASTER_KEY_FILE | No | Mounted-file alternative for SLAB_EMAIL_MASTER_KEY. | |
| MICROSOFT_CLIENT_SECRET_FILE | No | Mounted-file alternative for MICROSOFT_CLIENT_SECRET. | |
| PUBLIC_ADMIN_ALLOWED_ORIGINS | No | Comma-separated allowed origins for public admin. | |
| INBOUND_POLL_INTERVAL_SECONDS | No | Inbound poll interval in seconds; 0 disables inbound discovery. | 30 |
| MAX_SENDS_PER_ACCOUNT_PER_HOUR | No | Maximum 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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