Loading MCP server directory, please wait...
Deploy and manage Bult apps from AI coding agents.
npx @getmcp/cli add io.github.bultcloud/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
BULT_API_URLBase URL of the Bult.ai API.
BULT_API_TOKENBult API token used to authenticate requests.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bultcloud/mcp-server": {
"command": "npx",
"args": [
"-y",
"@bultcloud/mcp-server"
],
"env": {
"BULT_API_URL": "",
"BULT_API_TOKEN": ""
}
}
}
}