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