mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
38b7517041
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>
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"mcpServers": {
|
|
"circleback": {
|
|
"type": "http",
|
|
"url": "https://circleback.ai/api/mcp"
|
|
}
|
|
}
|
|
}
|