Moltbridge MCP Server

Professional network intelligence for AI agents. Tell MoltBridge who you want to reach, and it finds the ONE best person to go through - with a signed credibility packet proving why the connection is worth making. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-21 · ★ 5 · #250 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Moltbridge

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add sagemindai-moltbridge -- npx -y moltbridge

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sagemindai-moltbridge": {
      "command": "npx",
      "args": [
        "-y",
        "moltbridge"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package moltbridge - unscoped; check the name against the project README before installing

registry registry publisher io.github.JKHeadley is not the repo owner (sagemindai) - the registry entry was published by someone else

03 · What Moltbridge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.0 · 2026-02-14

MoltBridge v0.1.0 - Launch · Professional network intelligence for AI agents is live. · What's Included · 28 API endpoints - Broker discovery, capability matching, trust verification, GDPR consent, USDC micropayments…

04 · Who maintains Moltbridge

moltbridge is maintained by sagemindai. We track 2 MCP servers from sagemindai - 2 actively maintained, 82 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from sagemindai.

  1. threadline-mcp Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config. ★ 77

05 · Facts

category
other - ranked #250 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.JKHeadley/moltbridge (active, first published 2026-02-14 · 3 versions)
packages
npm:moltbridge

06 · Moltbridge FAQ

What is Moltbridge?

Professional network intelligence for AI agents. Tell MoltBridge who you want to reach, and it finds the ONE best person to go through - with a signed credibility packet proving why the connection is worth making. It runs locally over stdio via the published package.

Is Moltbridge still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-21. We re-verify nightly.

How do I install Moltbridge?

Run `npx -y moltbridge`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Moltbridge run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Moltbridge