simpliq server for Grok
io.github.gersonfreire/simpliq-server
Simpliq Data Proxy MCP Server - Connects LLMs to SQL Databases via Semantic Mapping
client:Grok
transport:stdio
runtime:pypi
Install simpliq server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"simpliq-server": {
"type": "stdio",
"command": "uvx",
"args": [
"simpliq-mcp-server-dev-test"
]
}
}
}
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