sling cli for Cursor
io.slingdata/sling-cli
Sling CLI MCP server for querying any database, running data pipelines and managing replications
client:Cursor
transport:stdio
runtime:pypi
Install sling cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sling-cli": {
"type": "stdio",
"command": "uvx",
"args": [
"sling"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs