Definition
What is an MCP Server?
Last updated
A server that implements the Model Context Protocol, exposing data and tools to MCP-compatible AI clients.
An MCP server is what AI tools like Claude Desktop connect to in order to access external context. Wire automatically creates an MCP server for each context container, with custom tools tailored to your data. Your AI tools can browse, search, and query your context without any manual configuration.
Further reading
Articles about MCP Server
MCP authorization decides what context agents see
MCP authorization became a context control plane in 2026. RFC 8707 token scoping decides which sources an agent can ever pull into its own context window.
Stateless MCP: the spec is dropping session state
The 2026 MCP release candidate goes stateless: no initialize handshake, no session ID, any server instance answers any request. What stateless MCP means.
MCP Tasks: long-running work as context offloading
MCP Tasks let a server return a durable handle instead of a blocking result, keeping a long-running tool call's interim state off the agent's context window.
Your MCP server is installed. Your agent isn't using it.
Connecting an MCP server is easy. Getting an agent to call its tools on the first relevant turn is where teams lose, and the cause is context.
All terms
View full glossaryPut context into practice
Create your first context container and connect it to your AI tools in minutes.
Create Your First Container