PubLedge for Grok
io.github.snapsynapse/publedge
Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments.
client:Grok
transport:stdio
runtime:npm
Install PubLedge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"publedge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"publedge"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs