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:
AI for Marketing
AI for marketing leverages language models, predictive analytics, and automation to accelerate traditional workflows like content creation, audience...
Linting
Linting is the automated analysis of code or any structured output to flag errors, enforce style rules, and catch problems before production.
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...