Skip to content

JsonFabrica for Zed

io.github.ms-methos/jsonfabrica-mcp-server

Generate realistic, relational synthetic JSON test data from templates, via the JsonFabrica API.

client:Zed transport:stdio runtime:npm

Install JsonFabrica in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "jsonfabrica-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@jsonfabrica/mcp-server"
      ],
      "env": {
        "JSONFABRICA_API_KEY": "<JSONFABRICA_API_KEY>",
        "JSONFABRICA_API_URL": "<JSONFABRICA_API_URL>"
      }
    }
  }
}

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

JsonFabrica in other clients