Silvanexum for Grok
io.github.silvanexum/silvanexum
Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools.
client:Grok
transport:stdio
runtime:npm
Install Silvanexum in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"silvanexum": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@silvanexum/mcp"
],
"env": {
"SILVANEXUM_API_KEY": "<SILVANEXUM_API_KEY>",
"SILVANEXUM_BASE_URL": "<SILVANEXUM_BASE_URL>"
}
}
}
}
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