nerve rpc for Grok
io.github.reagost/nerve-rpc
MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents
client:Grok
transport:stdio
runtime:npm
Install nerve rpc in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nerve-rpc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nerve-rpc-mcp"
]
}
}
}
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