battery erp for Grok
io.github.icohangar-ops/battery-erp
Battery value-chain inventory MCP: lookup SKUs, status/reorder, bin-check, audited confirmation.
client:Grok
transport:stdio
runtime:pypi
Install battery erp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"battery-erp": {
"type": "stdio",
"command": "uvx",
"args": [
"battery-erp"
],
"env": {
"BATTERY_ERP_CONFIRM_TOKEN": "<BATTERY_ERP_CONFIRM_TOKEN>",
"BATTERY_ERP_AUDIT_LOG": "<BATTERY_ERP_AUDIT_LOG>"
}
}
}
}
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