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
chuk-mcp-server
ChukMCPServer is a Python framework for building high-performance, modular MCP servers with zero configuration and automatic cloud detection (GCP, AWS, Azure, Vercel, Netlify, Cloudflare). It enables developers to create and host AI tools, resources, and prompt templates, supporting various deployment scenarios from local development and Docker containers to serverless environments.
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).