MCP Server.
A process speaking the MCP protocol that exposes external resources (DB, API, files) as tools. Connects via stdio or HTTP.
An MCP server is a small service that speaks the MCP protocol and exposes capabilities to an LLM. It can offer tools, resources, and prompts. Example: a GitHub MCP server gives an LLM tools like "create issue," "comment on PR," and "read repo file." Writing one MCP server connects services like Slack, Notion, or Linear to the entire AI ecosystem in one shot. TypeScript and Python SDKs are available.
MCP protokolü konuşan, dış kaynakları (DB, API, dosya) tool olarak sunan süreç. stdio veya HTTP üstünden bağlanır.
MCP server, bir LLM'in dış sistemlere ulaşmasını sağlayan, MCP protokolü konuşan küçük bir hizmettir. Tool, resource ve prompt sağlayabilir. Örnek: bir GitHub MCP server, LLM'e "issue oluştur", "PR yorumu yaz", "repo dosyası oku" gibi tool'lar sunar. MCP server yazmak Slack, Notion, Linear gibi servisleri tek seferde tüm AI ekosistemine bağlamak demektir. TypeScript ve Python SDK'ları mevcuttur.