mcp-server-example
Verified Safeby garrardkitchen
Overview
A C# .NET example server demonstrating a Multi-platform Client Protocol, likely involving resource generation and prompt processing.
Installation
dotnet run --project mcp-server-example.csprojSecurity Notes
As a standard C# .NET project, it's unlikely to contain 'eval' or obfuscation. Network risks are inherent to any server, but as an example, it's probably not production-hardened. Safe to run locally in a controlled environment.
Similar Servers
mcp-on-windows-samples
Demonstrates building and packaging a C# Model Context Protocol (MCP) server for Windows in MSIX and MCPB formats, and provides client samples to interact with it.
csharp-mcp
This server provides a Model Context Protocol (MCP) interface for AI assistants to dynamically evaluate and execute C# scripts using Roslyn, either directly or from .csx files.
test-mcp-server
A .NET Core web API application designed for deployment on AWS, integrating with AWS Lambda for serverless functions and Keycloak for authentication.
MCP
A server implementation written in C#/.NET for a specific communication protocol, likely related to Minecraft (MCP).