JsonFabrica for Windsurf
io.github.ms-methos/jsonfabrica-mcp-server
Generate realistic, relational synthetic JSON test data from templates, via the JsonFabrica API.
client:Windsurf
transport:stdio
runtime:npm
Install JsonFabrica in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"jsonfabrica-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jsonfabrica/mcp-server"
],
"env": {
"JSONFABRICA_API_KEY": "<JSONFABRICA_API_KEY>",
"JSONFABRICA_API_URL": "<JSONFABRICA_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs