MCP Directory
Back

ModelContextProtocol

by barandasdemir0 · C# · ★ 0

"A Model Context Protocol (MCP) Web API built with .NET and C# to extend GitHub Copilot and LLM capabilities with custom server-side tools."

Install

git clone https://github.com/barandasdemir0/ModelContextProtocol.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:barandasdemir0/ModelContextProtocol"
      ]
    }
  }
}

From the README

Bu proje, Yapay Zeka (AI) asistanları ve büyük dil modellerinin (LLM'ler) dış araçlar ve veri kaynaklarıyla güvenli bir şekilde iletişim kurmasını sağlayan **Model Context Protocol (MCP)** standardının **.NET** kullanılarak geliştirilmiş bir uygulamasıdır. 🚀 **Canlı Sunucu (Live):** [mcp.barandasdemir.com](https://mcp.barandasdemir.com/) Bu uygulama, **Taner Saydam** tarafından sunulan ücretsiz *".NET ile Model Context Protocol (MCP) | Yapay Zeka için Tool"* kursu referans alınarak geliştirilmiştir. Projenin temel amacı, yapay zeka modelleri ile yerel veya uzak veri kaynakları arasında st…
Read full README on GitHub →

Related developer tools servers