Skip to content
Zed

base64 for Zed

io.github.ryudi84/base64

MCP server for Base64, URL, and HTML encoding/decoding

client:Zed transport:stdio runtime:npm

Install base64 in Zed

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

{
  "context_servers": {
    "base64": {
      "command": "npx",
      "args": [
        "-y",
        "base64-forge-mcp"
      ]
    }
  }
}

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

base64 in other clients