Seedfast for Cursor
st.seedfa/seedfast
Generates relationally valid test data in a PostgreSQL database from its live schema.
client:Cursor
transport:stdio
runtime:npm
Install Seedfast in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seedfast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seedfast"
],
"env": {
"SEEDFAST_API_KEY": "<SEEDFAST_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs