Files
cursor__plugins/third_party/circleback/mcp.json
roshansada 38b7517041 Add Circleback third-party MCP plugin
Circleback 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:37:42 -07:00

9 lines
119 B
JSON

{
"mcpServers": {
"circleback": {
"type": "http",
"url": "https://circleback.ai/api/mcp"
}
}
}