Skip to content
Grok

shimguard for Grok

io.github.rudrendupaul/shimguard

Wraps the ShimGuard CLI as a single generic MCP tool for agent-shim provenance checks.

client:Grok transport:stdio runtime:pypi

Install shimguard in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "shimguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shimguard-cli"
      ]
    }
  }
}

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

shimguard in other clients