Skip to main content
Glama

SendGrid MCP Server

by deyikong
auth.ts300 B
import { USER_AGENT } from "./types.js"; import { getEnv } from "./env.js"; export function getAuthHeaders(): Record<string, string> { const env = getEnv(); return { Authorization: `Bearer ${env.SENDGRID_API_KEY}`, "Content-Type": "application/json", "User-Agent": USER_AGENT, }; }

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