← Index

io.github.JKHeadley/moltbridge

io.github.JKHeadley/moltbridge·v0.1.5·Other
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "moltbridge": {
      "command": "npx",
      "args": [
        "-y",
        "moltbridge"
      ],
      "env": {
        "MOLTBRIDGE_AGENT_ID": "<moltbridge_agent_id>",
        "MOLTBRIDGE_SIGNING_KEY": "<moltbridge_signing_key>",
        "MOLTBRIDGE_BASE_URL": "<moltbridge_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "moltbridge": {
      "command": "npx",
      "args": [
        "-y",
        "moltbridge"
      ],
      "env": {
        "MOLTBRIDGE_AGENT_ID": "<moltbridge_agent_id>",
        "MOLTBRIDGE_SIGNING_KEY": "<moltbridge_signing_key>",
        "MOLTBRIDGE_BASE_URL": "<moltbridge_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y moltbridge
§02  Environment variables
MOLTBRIDGE_AGENT_ID

Your MoltBridge agent ID

MOLTBRIDGE_SIGNING_KEY

Your Ed25519 signing key

MOLTBRIDGE_BASE_URL

MoltBridge API base URL

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other