Skip to content
Zed

Microsoft NuGet for Zed

com.microsoft/nuget

A Model Context Protocol (MCP) server for NuGet.

client:Zed transport:stdio runtime:nuget

Install Microsoft NuGet in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "nuget": {
      "command": "dnx",
      "args": [
        "NuGet.Mcp.Server",
        "--yes"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Microsoft NuGet in other clients