SampleCsharpMcpServer
Verified Safeby ongzhixian
Overview
Provides an example implementation of an MCP server written in C#.
Installation
dotnet runEnvironment Variables
- ASPNETCORE_ENVIRONMENT
Security Notes
The provided source code consists only of configuration files. No critical vulnerabilities, hardcoded secrets, 'eval' equivalents, or malicious patterns were found in these files. 'AllowedHosts: "*"' is set, which is common for development but should be restricted in a production environment. A full security audit would require the application logic files.
Similar Servers
MCPJira
Demonstrates building an MCP (Model-Controller-Proxy) server for Jira integration using .NET Core.
mcp-servers
Provides current weather conditions and forecasts from the Open-Meteo API for a given geographical location.
csharp-mcp
This server allows AI assistants to dynamically evaluate and execute C# scripts using Roslyn.
mcp-server-example
A C# .NET example server demonstrating a Multi-platform Client Protocol, likely involving resource generation and prompt processing.