Skip to content

Commit eb60947

Browse files
committed
Add mcp-server topic
1 parent 59051a7 commit eb60947

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

topics/mcp-server/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
display_name: MCP Server
3+
topic: mcp-server
4+
aliases:
5+
- mcp-servers
6+
related:
7+
- mcp
8+
- model-context-protocol
9+
- ai-agent
10+
- llm
11+
short_description: MCP servers expose tools, resources, and prompts to AI applications through the Model Context Protocol.
12+
url: https://modelcontextprotocol.io
13+
---
14+
15+
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.
16+
17+
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.
18+
19+
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)