Model Context Protocol (MCP)
Model Context Protocol (MCP) is an open standard introduced by Anthropic in 2024 that defines how AI models connect to external tools and data sources through a unified interface. Before MCP, every integration between a model and an external system—a database, a file system, an API—required custom glue code. MCP standardizes this with a client-server architecture: the AI application is the client, and each data source or tool runs an MCP server that exposes its capabilities in a format any MCP-compatible model can understand. Think of it as USB for AI integrations. The protocol handles tool discovery, authentication, and structured input/output so developers build the connector once and any MCP client can use it. MCP matters because the value of AI systems increasingly depends on what they can access and act on, not just what they know from training.
Related terms:
Token
In large language models, a token is the basic unit of text—usually chunks of three to four characters—that the model reads and generates.
Chain-of-Thought
Chain-of-thought prompting, introduced by Google Research in 2022, transforms AI from an answer machine into a reasoning partner by explicitly modeling the...
Prompt Engineering
Prompt engineering involves designing and refining inputs—ranging from simple instructions to detailed system prompts with examples, constraints, personas,...