mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
e69c6a4ae6
Semrush ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block. Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
9 lines
117 B
JSON
9 lines
117 B
JSON
{
|
|
"mcpServers": {
|
|
"semrush": {
|
|
"type": "http",
|
|
"url": "https://mcp.semrush.com/v2/mcp"
|
|
}
|
|
}
|
|
}
|