sqemo for Zed
io.github.sqemo/sqemo
Design ERDs with your team's naming standards: query/edit entities and relationships, SQL/DBML
client:Zed
transport:stdio
runtime:npm
Install sqemo in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sqemo": {
"command": "npx",
"args": [
"-y",
"sqemo-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs