Last updated: July 2026
Introduction
The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools through a standardized interface. Instead of copy-pasting schema outputs or writing ad hoc scripts, an MCP-connected AI can query your database directly, discover tables, run a replication, or copy files between cloud storage systems — all from a chat prompt.
Sling CLI ships a built-in MCP server. One command, sling mcp, exposes Sling's full data-movement capability to any MCP-compatible client: Claude Desktop, Claude Code, GitHub Copilot in VSCode, or any other host that supports the protocol.
This article covers what the Sling MCP server exposes, how to wire it up in each client, and what you can actually do with it once it is running.






