Usage
Description
Pull an MCP server from the S3 registry and configure it for your AI client. Automatically writes the correct MCP configuration file for the specified client using WebSocket cloud execution.Options
MCP server name to pull from registry
Target AI client:
vscode, cursor, windsurf, claude, or chatgptSupported Clients
VS Code
Configures VS Code MCP settings
Cursor
Configures Cursor MCP settings
Windsurf
Configures Windsurf MCP settings
Claude
Configures Claude Desktop MCP
ChatGPT
Configures ChatGPT MCP settings
How It Works
Architecture
Examples
Example Output
Configuration Format
The generated configuration uses a local proxy that bridges stdio to WebSocket:Local Proxy Module: Runs
python -m superbox.aws.proxy on your machine to bridge stdio (required by AI clients) to WebSocket (cloud executor).Platform Support
| Client | Config Location |
|---|---|
| VS Code | ~/Library/Application Support/Code/User/mcp.json (macOS)%APPDATA%/Code/User/mcp.json (Windows)~/.config/Code/User/mcp.json (Linux) |
| Cursor | ~/.cursor/mcp.json (macOS/Linux)%USERPROFILE%/.cursor/mcp.json (Windows) |
| Windsurf | ~/Library/Application Support/Windsurf/User/mcp.json (macOS)%APPDATA%/Windsurf/User/mcp.json (Windows)~/.config/Windsurf/User/mcp.json (Linux) |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)%APPDATA%/Claude/claude_desktop_config.json (Windows)~/.config/Claude/claude_desktop_config.json (Linux) |