Serversio.github.jongalloway/dotnet-mcp
M

.NET MCP Server

io.github.jongalloway/dotnet-mcp · v1.1.2
▦ nuget
v1.1.2nuget nuget: Community.Mcp.DotNet↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jongalloway/dotnet-mcp",
  "description": "AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.",
  "title": ".NET MCP Server",
  "repository": {
    "url": "https://github.com/jongalloway/dotnet-mcp",
    "source": "github"
  },
  "version": "1.1.2",
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "Community.Mcp.DotNet",
      "version": "1.1.2",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Skip .NET CLI first-time setup experience",
          "value": "1",
          "name": "DOTNET_SKIP_FIRST_TIME_EXPERIENCE"
        },
        {
          "description": "Suppress .NET logo and startup messages",
          "value": "1",
          "name": "DOTNET_NOLOGO"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}