Skip to content

timheuer/NetMcpServers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%