mcp-101
Verified Safeby fkucukkara
Overview
Demonstrates using Model Context Protocol (MCP) with GitHub Copilot to enhance C# .NET development workflows, featuring a simple calculator application.
Installation
dotnet runSecurity Notes
The provided source code (global.json, README.md) does not contain any obvious security vulnerabilities like hardcoded secrets, 'eval' statements, or malicious network patterns. The project's core functionality is a simple calculator, and its primary purpose is to demonstrate MCP integration with GitHub Copilot by interacting with 'https://api.githubcopilot.com/mcp', which is an expected external dependency for its stated use case.
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.
How-To-Create-MCP-Server
This project demonstrates how to set up a basic Model Context Protocol (MCP) server in .NET for interaction with AI tools like Copilot Chat.
copilot-kit
Provides a curated collection of GitHub Copilot prompts, instructions, and configurations to enhance developer productivity and streamline AI-assisted programming workflows in VS Code.
workshop-mcp-servers
Demonstrates building Model Context Protocol (MCP) servers in TypeScript and Java for integrating with developer platforms and services like GitHub, specifically for a workshop using Visual Studio Code and GitHub Copilot.