BomberJS MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BomberJS MCP Servergenerate a new React component named UserCard"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 startThe default MCP endpoint is:
http://127.0.0.1:3042/mcpEndpoints:
GET /GET /healthPOST /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.tomlExample:
[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 testThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceA MCP server do create and deploy backend applications using https://heim.devLast updated693MIT
- Flicense-qualityDmaintenanceA basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.Last updated

Kilntainersofficial
AlicenseAqualityFmaintenanceMCP server to give every agent an ephemeral Linux sandboxes for executing shell commands.Last updated145MIT- AlicenseAqualityCmaintenanceMCP server that exposes RESTForge capabilities to AI agents, enabling them to set up, configure, generate code, and manage RESTForge projects through natural language.Last updated2944MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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