Skip to content
Cursor

globalrules for Cursor

io.github.yk647/globalrules

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

client:Cursor transport:stdio runtime:npm

Install globalrules in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

globalrules in other clients