MCP Directory
Back

modelcontextprotocol

by ingted · C# · ★ 0

modelcontextprotocol — MCP server.

Install

git clone https://github.com/ingted/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:ingted/modelcontextprotocol"
      ]
    }
  }
}

From the README

[](https://www.nuget.org/packages/ModelContextProtocol/absoluteLatest) The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit our [API documentation](https://modelcontextprotocol.github.io/csharp-sdk/api/ModelContextProtocol.html) for more details on available functionality. This SDK consists of three main packages: - **[ModelContextProtocol](https://www.nuget.org/packages/ModelContextProtocol/absoluteLatest)** [](https://www.nuget.org/pac…
Read full README on GitHub →

Related other servers