Skip to main content
Glama
ReneKrewinkel

BomberJS MCP Server

BomberJS MCP Server

BomberJS is the Node.js version of Bomber. It exposes the atomic_bomb tool over HTTP and runs this command in the project root supplied by the agent:

npx atomic-bomb --type <TYPE> --name <NAME> [--for <NAME>]

Install and run

Requires Node.js 18 or newer.

npm install
npm start

The default MCP endpoint is:

http://127.0.0.1:3042/mcp

Endpoints:

  • GET /

  • GET /health

  • POST /mcp

Related MCP server: MCP Inspector Server

Configuration

BomberJS reads the first existing configuration file from:

$XDG_CONFIG_HOME/bomber/config.toml
~/.config/bomber/config.toml
~/.bomber/config.toml

Example:

[server]
host = "127.0.0.1"
port = 3042

[atomic_bomb]
command = "npx"
package = "atomic-bomb"

Top-level host, port, command, and package keys are also accepted. All fields are optional. The agent must provide project_root on every tool call.

MCP configuration

{
  "mcpServers": {
    "bomber": {
      "url": "http://127.0.0.1:3042/mcp"
    }
  }
}

Test

npm test

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReneKrewinkel/bomberjs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server