MCP ExplorerExplorer

Netmcpservers

@Redthon a year ago
2 MIT
FreeCommunity
AI Systems
Collection of my MCP (Model Context Protocol) servers written in .NET

Overview

What is Netmcpservers

NetMcpServers is a collection of Model Context Protocol (MCP) servers developed using .NET framework, designed to facilitate interactions with NuGet packages.

Use cases

Use cases include automating the retrieval of NuGet package information, integrating NuGet searches into CI/CD pipelines, and managing package dependencies in .NET applications.

How to use

To use NetMcpServers, you can interact with its various tools and resource templates via API calls, specifying parameters such as package ID, version, and query syntax for NuGet searches.

Key features

Key features include the ability to search NuGet with specific queries, retrieve NuGet package content, and access specific file contents from NuGet packages.

Where to use

NetMcpServers can be used in software development environments, particularly for projects that rely on NuGet packages for dependency management and version control.

Content

.NET MCP Servers

Collection of my MCP (Model Context Protocol) servers written in .NET


NuGet

NuGet MCP Server

Tools

Search

Searches NuGet with a given query

  • Name: nuget_search
  • Parameters:
    • query (Uses nuget query syntax)
    • nuget_sources (optional, default is NuGet.org)
    • allow_prerelease (default: false)
    • skip (default: 0)
    • take (default: 30)

Resource Templates

NuGet Package File Content

Specify a NuGet Package ID, Version (or latest for the newest), and a File Path of a file within the NuGet package to retrieve

  • Name: nuget_file_content
  • URI Template: nuget://{packageId}/{version}{/filePath*}

NuGet Package Content

Specify a NuGet Package ID, Version (or latest for the newest) to retrieve the NuGet package zip content of

  • Name: nuget_package
  • URI Template: nuget://{packageId}/{version}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers