SeedBase Test Data
io.github.marcelglaeser/seedbaseGenerate realistic, FK-consistent synthetic test data for your databases from your AI assistant.
Tools · 6
List your SeedBase projects (id, name, database type). Use this first to find the project to work with.
Get a project's schema as CREATE TABLE statements. Accepts a project id or name and an optional SQL dialect (postgresql, mysql, sqlite, mssql).
Generate a fresh synthetic dataset for a project and return it as SQL INSERT statements. Optionally set rows per table. The data is foreign-key consistent.
Fetch a previously started generation by id: returns its status, and the SQL INSERT statements once completed. Use this when generate_test_data reported the generation as still running.
Create a new, empty SeedBase project. Use import_schema afterwards to add the schema.
Import a database schema into a project from pasted content: SQL DDL (CREATE TABLE …, raw pg_dump/mysqldump schema output works), SQL INSERT dumps, CSV/TSV, JSON, or ORM model code (Django, Prisma, SQ…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"seedbase_test_data": {
"url": "https://seedba.se/mcp",
"transport": "streamable-http"
}
}
}