Skip to content
Cline

basicdeploy mcp for Cline

io.github.akacianl/basicdeploy-mcp

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

client:Cline transport:stdio runtime:npm

Install basicdeploy mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

basicdeploy mcp in other clients