Skip to main content
Glama

SendGrid MCP Server

by deyikong
.env.example723 B
# SendGrid MCP Server Configuration # Copy this file to .env and fill in your actual values # SendGrid API Key (Required) # Get this from: https://app.sendgrid.com/settings/api_keys # Format: SG.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SENDGRID_API_KEY=your_sendgrid_api_key_here # Optional: Server Configuration # MCP_SERVER_NAME=sendgrid-mcp # MCP_SERVER_VERSION=1.0.0 # Optional: Logging Level # LOG_LEVEL=info # Optional: Request Timeout (in milliseconds) # REQUEST_TIMEOUT=30000 # Optional: Read-Only Mode (Default: true) # When true, only non-mutating operations are available (list, get, search, open) # Set to false to enable create, update, delete, and send operations # READ_ONLY=true

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/deyikong/sendgrid-mcp'

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