FirstMCP
Verified Safeby HeathLoganCampbell
Overview
To enable LLMs (like Copilot/VS Code client) to interact with local applications and data sources (e.g., WinForms, SQL Server) through a locally hosted C# Model Context Protocol (MCP) server.
Installation
No command providedSecurity Notes
The provided source code consists of a README and an mcp.json configuration. The mcp.json points to a local HTTP endpoint (`http://localhost:3001`). No malicious patterns, 'eval' usage, or hardcoded secrets are visible in the provided text. However, the actual C# server application's source code is not provided, which means its implementation (e.g., handling requests, data access, input validation) cannot be audited for security vulnerabilities. The security score reflects the safety of the provided configuration and the concept of local hosting, not the unknown C# server code.
Similar Servers
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.
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.
MCP-buddy
A local desktop or web application to manage and interact with multiple MCP (Model Context Protocol) servers, offering optional AI orchestration and enhancement for responses.
csharp-mcp-server-sample
Exposes JsonPlaceholder API functionality as tools for AI agents and LLMs via the Model Context Protocol (MCP).