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 enhances GitHub Copilot by providing a mechanism to search, retrieve, and manage custom instructions and agents from the awesome-copilot repository, allowing for personalized AI assistance in development workflows.
files-mcp-server
This server provides a Model Context Protocol (MCP) interface for local testing with Microsoft OneDrive and SharePoint resources, enabling clients to interact with files, folders, sites, and libraries.
mcp-csharp-sdk-client
This repository provides a C# SDK and client example for the Model Context Protocol (MCP), enabling integration of Large Language Models with applications like debuggers (x64Dbg) to create AI agents.
csharp-mcp-server-sample
Exposes JsonPlaceholder API functionality as tools for AI agents and LLMs via the Model Context Protocol (MCP).