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
{
"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