Skip to content
Zed

nuget mcp for Zed

io.github.mrfentmen/nuget-mcp

Search .NET packages on NuGet. No key required.

client:Zed transport:stdio runtime:npm

Install nuget mcp in Zed

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

{
  "context_servers": {
    "nuget-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nuget-mcp"
      ]
    }
  }
}

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

nuget mcp in other clients