PubLedge
Rank #10,720io.github.snapsynapse/publedge
Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments.
PubLedge is a Model Context Protocol (MCP) server published by snapsynapse. It ranks #10,720 of 115,460 servers tracked on MCP Toplist. PubLedge is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Apr 22, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 104,740 of 115,460 servers on MCP Toplist.
Use PubLedge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add publedge -- npx -y publedge[mcp_servers.publedge]
command = "npx"
args = ["-y", "publedge"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"publedge": {
"command": "npx",
"args": [
"-y",
"publedge"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"publedge": {
"command": "npx",
"args": [
"-y",
"publedge"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"publedge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"publedge"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"publedge": {
"command": "npx",
"args": [
"-y",
"publedge"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"publedge": {
"command": "npx",
"args": [
"-y",
"publedge"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.snapsynapse%2Fpubledge)<a href="https://mcptoplist.com/server/io.github.snapsynapse%2Fpubledge"><img src="https://mcptoplist.com/badge/io.github.snapsynapse%2Fpubledge.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
snapsynapse
Other servers by snapsynapse
View all snapsynapse servers →Available versions (3)
| Version | Published |
|---|---|
| 0.2.1 | Aug 5, 2026 |
| 0.1.3 | Jul 25, 2026 |
| 0.1.1 | Jun 10, 2026 |
Frequently asked questions
- Who maintains PubLedge?
- PubLedge is maintained by snapsynapse, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is PubLedge listed on the Official MCP Registry?
- Yes — PubLedge is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does PubLedge have?
- MCP Toplist tracks 3 versions of PubLedge, most recently published on Aug 5, 2026.
- Where can I find the source code for PubLedge?
- The source code for PubLedge is hosted at github.com/snapsynapse/publedge.