Skip to main content
Glama

FastMail MCP Server

by gr3enarr0w
mcp-simple-bridge.sh498 B
#!/bin/bash # Simple FastMail MCP Server Docker Bridge # Runs the container directly for each Claude Code session set -e # Configuration IMAGE_NAME="fastmail-mcp-server:latest" ENV_FILE="/Users/ceverson/Development/email_organization/core/.env" # Run container with stdio transport exec docker run -i --rm \ --memory=256m \ --cpus=0.5 \ --read-only \ --tmpfs /tmp \ --tmpfs /var/tmp \ --security-opt no-new-privileges:true \ --env-file "$ENV_FILE" \ "$IMAGE_NAME"

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/gr3enarr0w/fastmail-mcp-server'

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