z zero mcp for Grok
io.github.dempty-glitch/z-zero-mcp
Payments for AI agents: gasless USDC on Base + JIT single-use virtual cards, PAN never in context.
client:Grok
transport:stdio
runtime:npm
Install z zero mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"z-zero-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"z-zero-mcp-server"
],
"env": {
"Z_ZERO_API_KEY": "<Z_ZERO_API_KEY>"
}
}
}
}
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