mcpbeat Sign in

Seedfast MCP Server

local only

Seedfast runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm.

Generates relationally valid test data in a PostgreSQL database from its live schema.

Installs per day peak 178 · avg 32 · +45% w/w
a month agotoday
62
Installs / week
npm · seedfast
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Seedfast every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add seedfast -- npx -y seedfast
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seedfast": {
      "args": [
        "-y",
        "seedfast"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seedfast]
command = "npx"
args = ["-y", "seedfast"]
.cursor/mcp.json
{
  "mcpServers": {
    "seedfast": {
      "args": [
        "-y",
        "seedfast"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seedfast": {
      "args": [
        "-y",
        "seedfast"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEEDFAST_API_KEY (API key created in the Seedfast dashboard). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Seedfast

same job, measured the same way
I
MCP Schema Designer
by vpatser1

Design database schemas from natural language, validate SQL, generate migrations and types

25 installs/wk local only
SeedBase Test Data
by marcelglaeser

Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.

43 installs/wk 6 tools answering
Database Admin
by cybeleri

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL

22 installs/wk local only
MigraFlow - Database Migration AI
by wmeireles

AI-powered database migration. Analyze schemas, generate SQL, calculate risks.

57 installs/wk local only
Tenantsdb
by tenantsdb

Multi-tenant database orchestration: isolated Postgres, MySQL, MongoDB, Redis tenants on demand.

answering
Metabase AI Assistant
by enessari

MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL

52 installs/wk local only
Postgres
by waystation

Connect to your PostgreSQL database to query data and schemas.

answering
Berth
by seayniclabs

Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.

91 installs/wk local only

Seedfast — questions

Answers built from our own checks of this server.

Why is there no uptime for Seedfast?
Seedfast runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package seedfast was installed 62 times last week.
How do I connect Seedfast?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls seedfast straight from npm; nothing to host, nothing to sign up for.
How many people use Seedfast?
The npm package seedfast was installed 62 times in the last week. Week over week that is +45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.