JsonFabrica for Cursor
io.github.ms-methos/jsonfabrica-mcp-server
Generate realistic, relational synthetic JSON test data from templates, via the JsonFabrica API.
client:Cursor
transport:stdio
runtime:npm
Install JsonFabrica in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jsonfabrica-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jsonfabrica/mcp-server"
],
"env": {
"JSONFABRICA_API_KEY": "<JSONFABRICA_API_KEY>",
"JSONFABRICA_API_URL": "<JSONFABRICA_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs