mcpbeat Sign in

PubLedge MCP Server

local only

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

Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments.

Installs per day peak 146 · avg 16 · -86% w/w
a month agotoday
588
Installs / week
npm · publedge
0
Stars
1 open issues
12 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

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

<script id="jquery-core-js" src="https://commerce.utah.gov/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>

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

Alternatives to PubLedge

same job, measured the same way
Sekichi
by surp-renz

Knowledge accumulation for AI coding agents. Records decisions, problems, and insights as context.

answering
PEAC Protocol: Signed interaction receipts
by peacprotocol

Portable signed records for agent, API, MCP, and cross-runtime interactions.

82 installs/wk local only
Retain So
by retain-so

Model Context Protocol server for Retain: let AI agents query churn risk and act on retention.

32 installs/wk local only
Servicialo MCP Server
by servicialo

Open protocol for booking and scheduling professional services via AI agents

local only
LedgerHQ
by ledgerhq

Double-entry bookkeeping: accounts, journal entries, bank feeds, reconciliation, and reports.

answering
Forge — Agent Reputation Protocol
by pm577

Portable reputation for AI agents. MCP-native identity, vouching, trust scores.

local only
sigrok MCP Server
by kenosinc

Wraps sigrok-cli for signal analysis: capture data, decode protocols, and query instruments.

local only
Schelling Protocol
by codyz123

Universal coordination protocol for AI agents. Discovery, matching, and negotiation.

40 installs/wk local only

PubLedge — questions

Answers built from our own checks of this server.

Why is there no uptime for PubLedge?
PubLedge 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 publedge was installed 588 times last week.
How do I connect PubLedge?
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 publedge straight from npm; nothing to host, nothing to sign up for.
How many people use PubLedge?
The npm package publedge was installed 588 times in the last week. Week over week that is -86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PubLedge open source?
We cannot say either way: written in JavaScript, 0 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.