Back to Home
rioadel icon

MCP_Servers

by rioadel

Overview

Building and deploying Model Context Protocol (MCP) servers using C# and .NET for integration with AI assistants like Copilot Chat.

Installation

Run Command
dotnet run --project Server_V1

Environment Variables

  • ASPNETCORE_ENVIRONMENT
  • McpSettings__ApiKey
  • McpSettings__ApiUrl
  • McpSettings__ModelId

Security Notes

The `appsettings.json` file contains a hardcoded Google Generative AI API key. While a comment suggests using user secrets in production, its presence in a source-controlled file is a critical security vulnerability as it could expose credentials if the repository is public or handled improperly.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-03

Tags

C#.NETMCPAI ToolsServerNuGetCopilot Integration