pyproject release gate for Grok
io.github.jmshinhwa/pyproject-release-gate
19 date-aware checks on the [project] metadata that decides whether your next release uploads
client:Grok
transport:stdio
runtime:npm
Install pyproject release gate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pyproject-release-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/pyproject-release-gate"
]
}
}
}
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