Skip to content
Windsurf

basicdeploy mcp for Windsurf

io.github.akacianl/basicdeploy-mcp

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

client:Windsurf transport:stdio runtime:npm

Install basicdeploy mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "basicdeploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "basicdeploy-mcp"
      ],
      "env": {
        "BASICDEPLOY_API_KEY": "<BASICDEPLOY_API_KEY>",
        "BASICDEPLOY_URL": "<BASICDEPLOY_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

basicdeploy mcp in other clients