mcpbeat Sign in

Bomly MCP Server

by bomly-dev Your server? Claim it
local only

Bomly runs on your own machine — the client starts it, so there is no endpoint to ping. 258 installs a week from npm. Last commit 17 Sep 2026.

Give your coding agent the dependency graph it is about to change: scan, diff, explain, audit

Installs per day peak 157 · avg 6
a month agotoday
258
Installs / week
npm · bomly-mcp
12
Stars
8 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Go

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.js
File ships in the package but is absent from the source [пакет] bin/bomly-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
                drop := frame*rainSpeed - int(logoHash(1, uint32(col))%rainPhaseRange)
        raw, err := system.ReadRepositoryFile(filepath.Join(workingDir, name))
const child = spawn(vendored, ["mcp", "serve", ...process.argv.slice(2)], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bomly-cli -- npx -y bomly-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bomly-cli": {
      "args": [
        "-y",
        "bomly-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bomly-cli]
command = "npx"
args = ["-y", "bomly-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bomly-cli": {
      "args": [
        "-y",
        "bomly-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bomly-cli": {
      "args": [
        "-y",
        "bomly-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Bomly

same job, measured the same way
Composer
by olivergrabner

Give your AI coding agent an architecture canvas to design and evolve diagrams.

46 installs/wk local only
Mergewarden
by sjh9714

Check whether a coding agent's changes stayed inside the scope it was given.

54 installs/wk local only
Exerciseapi
by westvegh

Give your AI coding agent direct access to 2,198+ exercises via exerciseapi.dev

33 installs/wk local only
CLI
by aligndottech

Cross-tool decision memory for AI coding agents: search your decision graph, check changes over MCP.

647 installs/wk local only
Amendor
by deslay1

Pull change requests from your Amendor board into your coding agent to build and open PRs.

37 installs/wk 4 tools answering
CloudeIDE
by cloudeide

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

66 installs/wk local only
ASMI — AI avatars for your site
by broen

Design your site's AI avatar in the ASMI studio; your coding agent ships it into your repo.

answering
Dependency Migration MCP
by solvohq

Through-the-upgrade dependency-migration briefs for LLM coding agents.

local only

Bomly — questions

Answers built from our own checks of this server.

Why is there no uptime for Bomly?
Bomly runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bomly-mcp was installed 258 times last week.
How do I connect Bomly?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bomly-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bomly?
The npm package bomly-mcp was installed 258 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bomly open source?
Yes — it is published under the Apache-2.0 licence, written in Go, 12 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.