Files
cursor__plugins/third_party/intercom/mcp.json
roshansada 980a41956b Add Intercom third-party MCP plugin
Intercom ships an official remote MCP server over Streamable HTTP with
OAuth and Dynamic Client Registration, so the plugin is a URL-only
mcp.json with no variables block.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-08 12:26:05 -07:00

9 lines
116 B
JSON

{
"mcpServers": {
"intercom": {
"type": "http",
"url": "https://mcp.intercom.com/mcp"
}
}
}