Model Context Protocol (MCP): A USB-C for AI
2025-03-26
The Model Context Protocol (MCP) is an open protocol standardizing how applications provide context to LLMs. Think of it as a USB-C port for AI: it connects AI models to various data sources and tools. The Agents SDK supports MCP, enabling the use of diverse MCP servers to equip Agents with tools. MCP servers come in two types: stdio servers (local) and HTTP over SSE servers (remote). Caching the tool list minimizes latency. Complete examples are available in the examples/mcp directory.
Read more
AI