Skip to content
Zed

basicdeploy mcp for Zed

io.github.akacianl/basicdeploy-mcp

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

client:Zed transport:stdio runtime:npm

Install basicdeploy mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

basicdeploy mcp in other clients