DimonSmart/NugetMcpServer
.NET MCP server that gives LLMs real NuGet API metadata to reduce hallucinations
Implements MCP stdio transport to connect with Claude, VS Code Copilot, and OllamaChat, exposing metadata extraction tools that parse real package assemblies to extract type definitions, interfaces, and breaking changes across versions. Supports both public nuget.org and private feeds (Azure Artifacts, Artifactory, ProNet) with flexible source configuration via CLI arguments, environment variables, or appsettings.json. Built on .NET 9 with optional Docker containerization, offering fuzzy package search and detailed API inspection tools like `compare_package_versions` and `get_class_or_record_or_struct_definition`.
Stars
15
Forks
10
Language
C#
License
—
Category
Last pushed
Jan 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/DimonSmart/NugetMcpServer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
microsoft/mcp
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered...
microsoft/mcp-dotnet-samples
A comprehensive set of samples of creating and using MCP servers and clients with .NET
nisalgunawardhana/How-To-Create-MCP-Server
This guide will help you set up a basic MCP (Model Context Protocol) server in .NET, configure...
afrise/MCPSharp
MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients...
kooshi/SharpToolsMCP
A suite of MCP tools for AIs to analyze and modify C# solutions with high signal, Roslyn powered context.