misata for Cursor
io.github.rasinmuhammed/misata
Multi-table synthetic data with FK integrity and exact declared aggregates. No real data.
client:Cursor
transport:stdio
runtime:pypi
Install misata in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"misata": {
"type": "stdio",
"command": "uvx",
"args": [
"misata"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs