← Back to glossary

MCP (Model Context Protocol)

An open protocol that standardizes how language models connect to external tools, data, and context. Instead of every integration being a custom adapter, MCP defines a common interface — servers expose resources and tools, and any compatible client can use them.

In practice, it's what cuts the "glue code" of connecting an agent to APIs, databases, and systems. It's part of the harness layer.