Skip to content
Cursor

mcp schema designer for Cursor

io.github.vpatser1/mcp-schema-designer

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

client:Cursor transport:stdio runtime:npm

Install mcp schema designer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-schema-designer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-schema-designer"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp schema designer in other clients