Back to directory
plucked/nuget-context-server

plucked/nuget-context-server

@plucked

C# MCP server that analyzes .NET project dependencies and interacts with NuGet package servers to provide package information to LLMs

nugetdotnet.netcsharpmcp-serverpackage-managerdependency-analysiscontexttool

Installation & Configuration

{
  "mcpServers": {
    "nuget-context": {
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "src/NuGetContextMcpServer.Host/NuGetContextMcpServer.Host.csproj",
        "--",
        "--transport",
        "stdio"
      ],
      "cwd": ".",
      "disabled": false
    }
  }
}

Information

Transport
stdio
Language
C#
Created
2026/6/15
Updated
2026/6/17