Skip to content
Grok

globalrules for Grok

io.github.yk647/globalrules

Verified country facts (VAT, holidays, visas; 114 countries). Free + paid (x402 USDC) tools.

client:Grok transport:stdio runtime:npm

Install globalrules in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "globalrules": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "globalrules-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
        "GLOBALRULES_API": "<GLOBALRULES_API>"
      }
    }
  }
}

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

globalrules in other clients