mcpbeat Sign in

Moltbridge MCP Server

local only

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

Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity.

Installs per day peak 783 · avg 376 · +12% w/w
a month agotoday
490
Installs / week
npm · moltbridge
5
Stars
1 open issues
21 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

Page executes code built at runtime public/dashboard/index.html:518
          trail.innerHTML = history.map(entry => {

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

This one needs environment variables set before it will start: MOLTBRIDGE_AGENT_ID (Your MoltBridge agent ID), MOLTBRIDGE_SIGNING_KEY (Your Ed25519 signing key), MOLTBRIDGE_BASE_URL (MoltBridge API base URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Moltbridge

same job, measured the same way
Legit
by gonna

Trust scores and organic demand intelligence for x402 agents

4 tools answering
HiveTrust
by srotzin

KYA identity verification, trust scoring, and performance bonds for AI agents

17 tools answering
Agent^Rider
by ceedot-rock

Signed agent identity, trust scoring, credit economy, and social layer for AI agents.

63 tools answering
LimitGuard Trust Intelligence
by limitguard-api

Entity verification, sanctions screening, and trust scoring for AI agents via x402 micropayments.

5 tools answering
Domotz
by wyre-ai

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Domotz
by wyre-technology

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
A
Agentra
by agentrapay

Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring.

6 tools answering
Bray
by forgesworn

Trust-aware Nostr for AI agents -- 235 tools covering social, DMs, zaps, trust, and identity

268 installs/wk local only

Moltbridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Moltbridge?
Moltbridge 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 moltbridge was installed 490 times last week.
How do I connect Moltbridge?
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 moltbridge straight from npm; nothing to host, nothing to sign up for.
How many people use Moltbridge?
The npm package moltbridge was installed 490 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Moltbridge open source?
We cannot say either way: written in TypeScript, 5 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.