mcpbeat

Seedfast MCP Server

by seedfa
local only

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

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

302
Installs / week
npm · seedfast
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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"
    }
  }
}

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

5 installs/wk local only
SeedBase Test Data
by marcelglaeser

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

26 installs/wk 6 tools answering
Database Admin
by cybeleri

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

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

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

40 installs/wk local only
C
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

29 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.

92 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 302 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 302 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.