Skip to content
Cursor

Bult for Cursor

io.github.bultcloud/mcp-server

Deploy and manage Bult apps from AI coding agents.

client:Cursor transport:stdio runtime:npm

Install Bult 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": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bultcloud/mcp-server"
      ],
      "env": {
        "BULT_API_URL": "<BULT_API_URL>",
        "BULT_API_TOKEN": "<BULT_API_TOKEN>"
      }
    }
  }
}

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

Bult in other clients