DimonSmart/NugetMcpServer
.NET MCP server that gives LLMs real NuGet API metadata to reduce hallucinations
This project connects your AI coding assistant (like Copilot or Claude) directly to the NuGet package ecosystem. It feeds the AI real-time, accurate information about .NET packages, including class definitions, interfaces, and methods. This helps C# and .NET developers get precise code suggestions and avoid common AI 'hallucinations' about non-existent APIs.
Use this if you are a .NET developer who uses AI assistants for coding and needs them to provide accurate, up-to-date information about NuGet packages and their APIs, even from private feeds.
Not ideal if you don't use AI coding assistants or are not working with .NET and NuGet packages.
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...
MCDxAI/minecraft-dev-mcp
Model Context Protocol server for Minecraft Development
afrise/MCPSharp
MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients...