Skip to main content
Glama

SendGrid MCP Server

by Garoth
jest.setup.js292 B
import * as dotenv from 'dotenv'; // Load environment variables from .env file dotenv.config(); // Ensure SENDGRID_API_KEY is set if (!process.env.SENDGRID_API_KEY) { throw new Error('SENDGRID_API_KEY environment variable is required for tests. See README.md for setup instructions.'); }

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

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