nuget-context-server
The NuGet Context MCP Server is a C# application designed as a Model Context Protocol server to provide detailed information about .NET project dependencies via NuGet packages. It supports large language models and development tools by allowing structured queries and fetching necessary metadata from NuGet feeds.
Overview
A C# application functioning as a Model Context Protocol (MCP) server, providing context about .NET project dependencies (NuGet packages) to large language models or development tools. It analyzes .NET solutions and projects to extract NuGet package information and interacts with NuGet feeds to fetch package details. Key features include analyzing project dependencies, searching NuGet packages, listing package versions, and retrieving package details.
Features
- Analyze .NET projects for NuGet dependencies.
- Search NuGet feeds for packages.
- Retrieve all and latest package versions.
- Get detailed package metadata.