globalrules for Zed
io.github.yk647/globalrules
Verified country facts (VAT, holidays, visas; 114 countries). Free + paid (x402 USDC) tools.
client:Zed
transport:stdio
runtime:npm
Install globalrules in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"globalrules": {
"command": "npx",
"args": [
"-y",
"globalrules-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
"GLOBALRULES_API": "<GLOBALRULES_API>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs