Files
Cursor Agent 2b3e311946 Add Brevo third-party MCP plugin
Brevo's hosted MCP server speaks Streamable HTTP but authenticates with a user-supplied token rather than OAuth, so the plugin declares a variable and forwards it as an HTTP header.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:22 +00:00

12 lines
200 B
JSON

{
"mcpServers": {
"brevo": {
"type": "http",
"url": "https://mcp.brevo.com/v1/brevo/mcp",
"headers": {
"Authorization": "Bearer ${BREVO_MCP_TOKEN}"
}
}
}
}