One hosted HTTPS MCP server for Claude Desktop, Cursor, Windsurf, native VS Code, and Cline. No local process or API key is required to connect.
Copy the URL, open your client's MCP or Connector settings, paste it, save, then ask your AI to do a task.
https://zambo.dev/api/mcp
For a terminal-friendly reference: curl -L https://zambo.dev/install
curl -L https://zambo.dev/install
Open Settings → MCP → Add new global MCP server, or edit .cursor/mcp.json. Paste and reload Cursor:
.cursor/mcp.json
{ "mcpServers": { "zambo": { "url": "https://zambo.dev/api/mcp" } } }
Open Settings → Connectors → Add custom connector. Name it Zambo, paste this URL, and choose Add:
Claude Desktop uses the hosted connector flow here. Do not run a local command or add a stdio server.
Open Settings → Cascade → MCP → View raw config. Add this entry, save, and restart Windsurf:
{ "mcpServers": { "zambo": { "serverUrl": "https://zambo.dev/api/mcp" } } }
Create or edit .vscode/mcp.json. The MCP config uses a top-level servers object:
.vscode/mcp.json
servers
{ "servers": { "zambo": { "type": "http", "url": "https://zambo.dev/api/mcp" } } }
Save, then run MCP: List Servers or reload the window.
MCP: List Servers
In the Cline sidebar, open MCP Servers → Configure MCP Servers and add this under mcpServers:
mcpServers
Do I need an API key?No. The hosted endpoint is ready to connect; product and free-use limits apply.
What should I do after connecting?Ask for a concrete task, such as “research the current BTC-USD price and show the source.”
Can I use more than one client?Yes. Add the same hosted URL to each client independently.
My client does not appear above.Look for its hosted MCP, remote server, or custom connector URL field. Do not use a local stdio command for this endpoint.
Open the interactive install guide for copy buttons and client tabs.