Mmcp.market

Schema Designer MCP server

by vpatser1·io.github.vpatser1/mcp-schema-designer·v1.1.4

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

C55/100grade C
What users say
No reviews yet
Be the first
Safety scan
C55/100

full report

Adoption
New

24 downloads/wk

Reviews

Write one

Nobody has reviewed Schema Designer yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Schema Designer tools (5)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • design_schema

    Design a database schema from a natural language description. Generates CREATE TABLE SQL (PostgreSQL), index recommendations, and a text-based ERD. Optionally accepts explicit table definitions to validate and enhance.

  • generate_types

    Generate typed code from SQL CREATE TABLE statements. Supports three output formats: TypeScript interfaces, Zod validation schemas, or JSON Schema definitions.

  • migrate_schema

    Generate migration SQL by diffing a "from" schema against a "to" schema. Produces ALTER TABLE statements in safe dependency order, rollback SQL, and warnings for destructive changes (column drops, type changes).

  • optimize_queries

    Analyze a SQL query against a schema and suggest performance improvements. Identifies missing indexes, recommends query rewrites, and provides EXPLAIN plan interpretation hints.

  • validate_schema

    Validate SQL CREATE TABLE statements for best practices. Checks for missing primary keys, unnamed constraints, missing FK indexes, data type issues (e.g. TIMESTAMP vs TIMESTAMPTZ), naming conventions (snake_case, plural tables), and N+1 query risks.

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • Code scan19 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancerepository not readable: repo not found3/15
  • Maintainer identityno repository or website to verify2/10
Overall 55/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y mcp-schema-designer on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add mcp-schema-designer -- npx -y mcp-schema-designer
Add to Cursor

Schema Designer: common questions

Is Schema Designer MCP server safe?
With care: it is graded C, so read the findings first (55/100). Read the Schema Designer safety report
How do I install Schema Designer?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Schema Designer need an API key?
Yes. The registry entry asks for LICENSE_KEY.
Is Schema Designer maintained?
The latest release is v1.1.4.
What can I use instead of Schema Designer?
Servers from other publishers that do the same job: LINQ to DB MCP server, Magic Cloud MCP server and Mako MCP server. Compare all Schema Designer alternatives.

Alternatives to Schema Designer

Same job from other publishers: the closest match first, then the best rated.

All Schema Designer alternatives →
  • LINQ to DB
    Inspect database schemas and execute SQL queries across multiple database providers with LINQ to DB.
    A
  • Magic Cloud
    Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser
    A
  • Mako
    Explore your databases, validate SQL, and build & publish data apps in your Mako workspace.
    A
  • Grain
    Run SQL queries and inspect database schemas through safe, visible MCP tools.
    B
  • MockHero
    Generate realistic relational test data — 156 field types, 22 locales, JSON/CSV/SQL, free previews.
    C

More from vpatser1