PromptForge
AI Glossary

Agents & tools

MCP (Model Context Protocol)

Also known as: model context protocol, mcp server

Definition

MCP is an open standard for connecting AI models to external tools and data sources. It replaces bespoke per-integration code with one protocol any compatible client can use.

Before MCP, every AI application implemented its own integration layer, and every tool had to be rebuilt for each client. MCP defines a common protocol so an MCP server exposing, say, your database works with any MCP-capable client.

An MCP server exposes three primitive types: tools (actions the model can invoke), resources (data it can read), and prompts (reusable templates). Clients discover what a server offers at runtime.

The practical effect is a growing ecosystem of reusable connectors. It is also why "write an MCP server" has become a common way to make an internal system available to AI assistants without building a bespoke integration for each.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.