PubLedge for Cursor
io.github.snapsynapse/publedge
Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments.
client:Cursor
transport:stdio
runtime:npm
Install PubLedge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"publedge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"publedge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs