mcp and NugetMcpServer

These are ecosystem siblings where the official Microsoft MCP framework (A) provides the foundational protocol and server architecture that specialized implementations like the NuGet metadata server (B) build upon to expose domain-specific APIs to language models.

mcp
92
Verified
NugetMcpServer
42
Emerging
Maintenance 25/25
Adoption 20/25
Maturity 24/25
Community 23/25
Maintenance 10/25
Adoption 6/25
Maturity 9/25
Community 17/25
Stars: 2,845
Forks: 434
Downloads: 258,871
Commits (30d): 198
Language: C#
License: MIT
Stars: 15
Forks: 10
Downloads:
Commits (30d): 0
Language: C#
License:
No risk flags
No Package No Dependents

About mcp

microsoft/mcp

Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

Provides core libraries, testing frameworks, and unified engineering infrastructure for building MCP servers that connect LLMs to enterprise data sources like Azure, Fabric, and DevOps platforms. Uses a client-server architecture where hosts initiate connections to MCP servers via stdio transport, enabling standardized context delivery to AI applications across IDEs and assistants. Includes pre-built servers for Azure services, Microsoft Foundry, and developer tools alongside the protocol implementation itself.

About NugetMcpServer

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`.

Scores updated daily from GitHub, PyPI, and npm data. How scores work