Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions topics/mcp-server/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
display_name: MCP Server
topic: mcp-server
aliases: mcp-servers
related: mcp, model-context-protocol, ai-agent, llm
short_description: MCP servers expose tools, resources, and prompts to AI applications through the Model Context Protocol.
url: https://modelcontextprotocol.io
---

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.

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.

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.