Skip to content
Zed

mcp geratools for Zed

services.gera/mcp-geratools

base64, hashing, regex, word count, JWT decode and CSS unit conversion. Deterministic, offline.

client:Zed transport:stdio runtime:npm

Install mcp geratools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-geratools": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geratools"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp geratools in other clients