Model Context Protocol
An open protocol that standardizes how LLM applications connect to tools, data, and contextual resources.
Plain English
MCP is a common plug shape for giving AI apps access to external systems.
Example
An IDE exposes repository files and issue data to multiple AI coding tools through MCP servers.
Why it matters
As agents multiply, standardized context and tool access reduces one-off integrations.
Related