Skip to content
VS Code

Nuget for VS Code

io.github.pipeworx-io/nuget

NuGet MCP — .NET package registry

client:VS Code transport:streamable-http

Install Nuget in VS Code

.vscode/mcp.json

{
  "servers": {
    "nuget": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/nuget/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Nuget in other clients