st.seedfa/seedfast — MCP Server
The st.seedfa/seedfast MCP server generates relationally valid test data in a PostgreSQL database using its live schema. It produces datasets that conform to database relationships, intended to support repeatable database testing and development workflows.
🛠️ Key Features
- Generates test data for PostgreSQL
- Ensures relational validity based on the live schema
🚀 Use Cases
- Populate a PostgreSQL database with schema-consistent test records
- Create repeatable datasets for testing relational constraints
⚡ Developer Benefits
- Reduces manual effort to craft valid relational fixtures
- Aligns test data with the current schema by deriving from live schema
⚠️ Limitations
- Specifically described for PostgreSQL
- Limited details provided about supported tooling beyond relationally valid generation