Skip to content

Commit d90d550

Browse files
authored
Merge pull request #5180 from Patdolitse/add-mcp-server-topic
Add mcp-server topic
2 parents 18e14a0 + bbfa4b3 commit d90d550

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

topics/mcp-server/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
display_name: MCP Server
3+
topic: mcp-server
4+
aliases: mcp-servers
5+
related: mcp, model-context-protocol, ai-agent, llm
6+
short_description: MCP servers expose tools, resources, and prompts to AI applications through the Model Context Protocol.
7+
url: https://modelcontextprotocol.io
8+
---
9+
10+
MCP servers are lightweight programs that expose specific capabilities to AI applications through the Model Context Protocol (MCP). Each server acts as a bridge between AI models and external systems, providing tools (executable functions), resources (read-only data), and prompts (reusable templates) through a standardized interface.
11+
12+
MCP servers communicate with AI-powered clients over stdio for local processes or HTTP with Server-Sent Events for remote connections. They can integrate with databases, APIs, file systems, development tools, and cloud services. A single AI application can connect to multiple MCP servers simultaneously.
13+
14+
The MCP server ecosystem includes registries such as the official MCP Registry, Glama, and Smithery, where developers publish and discover servers for specific use cases.

0 commit comments

Comments
 (0)