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
{
"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