Sendgrid for VS Code
io.github.pipeworx-io/sendgrid
SendGrid MCP — wraps SendGrid v3 API (api.sendgrid.com/v3)
client:VS Code
transport:streamable-http
Install Sendgrid in VS Code
.vscode/mcp.json
{
"servers": {
"sendgrid": {
"type": "http",
"url": "https://gateway.pipeworx.io/sendgrid/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs