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
dotnet run --project Server_V1Environment 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
MCP_Servers
Building and deploying Model Context Protocol (MCP) servers using C# and .NET for integration with AI assistants like Copilot Chat.
SimpleMCPClientServer
A basic implementation of a client-server communication system, likely demonstrating a custom or simplified protocol ('MCP').
mcp-server
The project appears to be a server component, potentially implementing a specific network protocol, but its exact functionality is unknown due to the lack of provided source code.
mcp-server
Provides server functionality, likely related to the Minecraft community or development (MCP).