Skip to content
Grok

SpendShield for Grok

io.github.felixpg13-glitch/spendshield

Authorization layer between AI agents and money: ALLOW/APPROVAL/DENY, budgets, audit.

client:Grok transport:stdio runtime:pypi

Install SpendShield in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "spendshield": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "spendshield"
      ]
    }
  }
}

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

SpendShield in other clients