Skip to content
Zed

json5 mcp for Zed

io.github.mukundakatta/json5-mcp

Parse JSON5 (comments, trailing commas, unquoted keys) and emit strict JSON.

client:Zed transport:stdio runtime:npm

Install json5 mcp in Zed

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

{
  "context_servers": {
    "json5-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/json5-mcp"
      ]
    }
  }
}

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

json5 mcp in other clients