sling cli for Grok
io.slingdata/sling-cli
Sling CLI MCP server for querying any database, running data pipelines and managing replications
client:Grok
transport:stdio
runtime:pypi
Install sling cli in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sling-cli": {
"type": "stdio",
"command": "uvx",
"args": [
"sling"
]
}
}
}
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