Connect Bunbox directly to your local AI agents (Claude Desktop, Claude Code, Codex, and OpenCode) to allow them to query and install safe tools securely.
Configure Claude Desktop to utilize the Bunbox MCP server for tool search and validation.
Add the following configuration to your Claude Desktop config file. Depending on your operating system, this file is located at:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"bunbox": {
"command": "bunbx",
"args": ["mcp", "serve"]
}
}
}bun install -g @bunboxnode/bunbx so that the bunbx command is available in your shell PATH.Enforce safe tool execution when executing terminal commands inside Claude Code CLI session.
$ claude mcp add bunbox -- bunbx mcp serve✓ Added MCP server 'bunbox' successfully.
For custom editor environments and developer agents, initialize the client protocol with the registry endpoint configuration.
Go to IDE settings > MCP Configuration and add the local script execution endpoint matching port 4321.
Connect using the WebSocket bridge or standard standard-io spawn pipeline configured in your workspace.
Inspect the local manifest profile at /.well-known/bunbox.json to resolve trust roots.