Files
cursor__plugins/third_party/juicebox/mcp.json
roshansada 6b20c4490a Add Juicebox third-party MCP plugin
Juicebox ships an official remote MCP server over Streamable HTTP with per-user 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-17 11:22:25 -07:00

9 lines
114 B
JSON

{
"mcpServers": {
"juicebox": {
"type": "http",
"url": "https://mcp.juicebox.ai/v1"
}
}
}