What is MCP (Model Context Protocol)?
MCP is an open protocol that standardises how an AI application (the host: Claude Desktop, Cursor, Claude Code…) talks to external capability providers (servers). A server exposes three kinds of things: tools the model can call, resources it can read, and prompts it can reuse.
The host launches the server (over stdio) or connects to it (over SSE/HTTP), asks tools/list, and from then on the model sees the server's tools exactly like built-in functions. Synapth indexes those servers, scans them, and generates the host-specific config so you never hand-edit JSON.

