Skip to content
Zed

json tools mcp for Zed

io.github.mrfentmen/json-tools-mcp

Validate, format, and inspect JSON locally. No network and no key.

client:Zed transport:stdio runtime:npm

Install json tools mcp in Zed

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

{
  "context_servers": {
    "json-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "json-tools-mcp"
      ]
    }
  }
}

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

json tools mcp in other clients