sqemo for Cursor
io.github.sqemo/sqemo
Design ERDs with your team's naming standards: query/edit entities and relationships, SQL/DBML
client:Cursor
transport:stdio
runtime:npm
Install sqemo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sqemo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sqemo-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs