First-MCP-Server-Project
Verified Safeby burakarslan0110
Overview
Provides a set of mathematical and string processing tools to AI assistants via the Model Context Protocol (MCP).
Installation
dotnet run --project First-MCP-Server-ProjectSecurity Notes
The provided source code is truncated to only the README.md, making a full security audit of the C# implementation (Program.cs and Tools.cs) impossible. Based on the described functionality (basic math and string operations), the tools are not inherently risky, but potential vulnerabilities would depend on the actual C# code. The Factorial function explicitly limits input to 0-20, which is a good practice to prevent excessive computation or overflow.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
csharp-lsp-mcp
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
mcp.gateway
Build Model Context Protocol (MCP) servers in .NET, enabling AI assistants to discover and invoke C# code as tools, prompts, and resources.