Skip to content
Zed

jsonshim for Zed

org.toolkitlabs/jsonshim

Recovers malformed LLM JSON. MCP build: 218/300 on MALFORMED-300 (library build 282/300).

client:Zed transport:stdio runtime:npm

Install jsonshim in Zed

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

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

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

jsonshim in other clients