Skip to content
Cursor

basicdeploy mcp for Cursor

io.github.akacianl/basicdeploy-mcp

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

client:Cursor transport:stdio runtime:npm

Install basicdeploy mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

basicdeploy mcp in other clients