Skip to content

Commit 18e14a0

Browse files
authored
Merge pull request #5179 from Patdolitse/add-mcp-topic
Add mcp topic
2 parents f483977 + 9f22644 commit 18e14a0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

topics/mcp/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
display_name: MCP
3+
topic: mcp
4+
aliases: model-context-protocol
5+
related: mcp-server, ai-agent, llm, agent-harness
6+
short_description: Model Context Protocol (MCP) is an open standard for connecting AI models to external tools and data sources.
7+
created_by: Anthropic
8+
url: https://modelcontextprotocol.io
9+
released: November 2024
10+
---
11+
12+
Model Context Protocol (MCP) is an open standard that defines how AI applications connect to external tools, data sources, and services. MCP uses a client-server architecture where AI-powered applications (clients) communicate with lightweight programs (servers) that expose specific capabilities through a standardized interface.
13+
14+
MCP servers can provide tools (executable functions), resources (read-only data), and prompts (reusable templates). The protocol supports multiple transport mechanisms including stdio for local processes and HTTP with Server-Sent Events for remote connections.
15+
16+
The protocol was created by Anthropic and released as an open specification. It is supported by AI tools including Claude Code, Cursor, Codex, Windsurf, and Claude Desktop.

0 commit comments

Comments
 (0)