Back to Home
viktortat icon

MyMcpServer

Verified Safe

by viktortat

Overview

A C# project template for building and publishing self-contained Model Context Protocol (MCP) servers as NuGet packages, enabling AI assistants like Copilot Chat to use custom tools.

Installation

Run Command
dotnet run --project <PATH TO PROJECT DIRECTORY>

Environment Variables

  • NUGET_API_KEY

Security Notes

No direct application code was provided for the MCP server implementation. The `publish.sh` script securely handles the `NUGET_API_KEY` by loading it from a `.env` file, preventing hardcoding. No `eval`, obfuscation, or apparent malicious patterns were found in the provided documentation or build scripts. The overall security of the MCP server would depend on the specific C# logic implemented by the developer using this template.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-22

Tags

C#.NETMCPNuGetAI Tools