mcpbeat Sign in

Hivelore MCP Server

local only

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

Deterministic gate: blocks any commit whose diff reintroduces a documented team mistake.

Installs per day peak 540 · avg 116 · -37% w/w
a month agotoday
312
Installs / week
npm · @hivelore/mcp
3
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 14 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.

        const outFile = path.isAbsolute(opts.out) ? opts.out : path.join(root, opts.out);
    const proc = spawn(cmd, args, { cwd, stdio: ["ignore", "pipe", "pipe"] });
Builds a database query by concatenation packages/cli/src/commands/doctor.ts:1475
      fix: `Update root package.json to ${expectedVersion} before tagging/publishing.`,
Page executes code built at runtime packages/vscode/media/index.html:354
    document.getElementById(id).innerHTML = svg;

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 hivelore -- npx -y @hivelore/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hivelore": {
      "args": [
        "-y",
        "@hivelore/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hivelore]
command = "npx"
args = ["-y", "@hivelore/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hivelore": {
      "args": [
        "-y",
        "@hivelore/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hivelore": {
      "args": [
        "-y",
        "@hivelore/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hivelore

same job, measured the same way
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

26 installs/wk local only
Decker
by gigshow

Deterministic market-state engine for trading agents — state, gate, coordinates, with receipts.

12 tools answering
D
ITHZ MCP
by ithz

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

77 installs/wk local only
Fullbleed PDF Engine
by fullbleed-engine

Create, preview, inspect, verify, and compile deterministic PDF documents with Fullbleed.

61 installs/wk local only
I
Terraback
by bmoldo

Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents.

71 installs/wk local only
Fixmap
by aryamthecodebreaker

Deterministic local-first context and impact maps for coding agents from tasks, issues, and diffs.

107 installs/wk local only
Appcraft
by terminalis

Deterministic Android app compiler — agents write a YAML model, the compiler emits the native app.

22 installs/wk local only
Verdigraph
by jdhart81

Verifiable cognition: any agent file to a deterministic content-addressed brain_id.

4 tools answering

Hivelore — questions

Answers built from our own checks of this server.

Why is there no uptime for Hivelore?
Hivelore 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 @hivelore/mcp was installed 312 times last week.
How do I connect Hivelore?
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 @hivelore/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hivelore?
The npm package @hivelore/mcp was installed 312 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hivelore open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.