mcp schema designer for Zed
io.github.vpatser1/mcp-schema-designer
Design database schemas from natural language, validate SQL, generate migrations and types
client:Zed
transport:stdio
runtime:npm
Install mcp schema designer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-schema-designer": {
"command": "npx",
"args": [
"-y",
"mcp-schema-designer"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs