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
This project provides sample implementations for the Model Context Protocol (MCP) on Windows, demonstrating both C# server development with MSIX/MCPB packaging and Electron-based client/host integration.
csharp-mcp
This server allows AI assistants to dynamically evaluate and execute C# scripts using Roslyn.
csharp-mcp-server-sample
Exposes JsonPlaceholder API functionality as tools for AI agents and LLMs via the Model Context Protocol (MCP).
SampleCsharpMcpServer
Provides an example implementation of an MCP server written in C#.