sqemo for Grok
io.github.sqemo/sqemo
Design ERDs with your team's naming standards: query/edit entities and relationships, SQL/DBML
client:Grok
transport:stdio
runtime:npm
Install sqemo in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sqemo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sqemo-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs