sling cli for VS Code
io.slingdata/sling-cli
Sling CLI MCP server for querying any database, running data pipelines and managing replications
client:VS Code
transport:stdio
runtime:pypi
Install sling cli in VS Code
.vscode/mcp.json
{
"servers": {
"sling-cli": {
"type": "stdio",
"command": "uvx",
"args": [
"sling"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs