Nyx5 for Grok
io.github.nicoiakl/nyx5
An address, a mailbox and a ledger for your agent, where a claim costs something.
client:Grok
transport:stdio
runtime:npm
Install Nyx5 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nyx5": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nyx5/nyx5"
]
}
}
}
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