MCP Directory
Back

DotNetMcpServer2

by jamesburton · C# · ★ 0

A Model Context Protocol server implementation for dotnet commands using the ModelContextProtocol NuGet package

Install

git clone https://github.com/jamesburton/DotNetMcpServer2.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": {
    "dotnetmcpserver2": {
      "command": "npx",
      "args": [
        "-y",
        "github:jamesburton/DotNetMcpServer2"
      ]
    }
  }
}

From the README

A comprehensive Model Context Protocol (MCP) server that exposes .NET CLI commands and Entity Framework operations as MCP tools, built using the official Microsoft library. This version uses the **Microsoft ModelContextProtocol library** instead of MCPSharp, providing: - **Official Microsoft Support**: Built on the official Microsoft MCP library - **Hosting Integration**: Uses for robust server lifecycle management - **Automatic Tool Discovery**: Tools are automatically discovered from the assembly using - **Simplified Attributes**: Uses and attributes instead of custom MCP attributes -…
Read full README on GitHub →

Related other servers