mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
2b3e311946
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>
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"mcpServers": {
|
|
"brevo": {
|
|
"type": "http",
|
|
"url": "https://mcp.brevo.com/v1/brevo/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${BREVO_MCP_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|