figuard mcp for Grok
io.github.figuard/figuard-mcp
Pre-flight spend authorization for AI agents. Set a budget, enforce limits, audit every decision.
client:Grok
transport:stdio
runtime:npm
Install figuard mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"figuard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figuard-mcp"
],
"env": {
"FIGUARD_API_KEY": "<FIGUARD_API_KEY>",
"FIGUARD_BASE_URL": "<FIGUARD_BASE_URL>",
"FIGUARD_DATABASE": "<FIGUARD_DATABASE>",
"FIGUARD_MODE": "<FIGUARD_MODE>"
}
}
}
}
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