Back to Home
microsoft icon

mcp-dotnet-samples

Verified Safe

by microsoft

Overview

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.

Installation

Run Command
docker run -i --rm -p 8080:8080 ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest --http

Security Notes

The server's core function is to retrieve markdown and JSON metadata from a public, trusted GitHub repository. It does not contain 'eval', obfuscation, or hardcoded secrets. The 'AllowedHosts: "*"' in appsettings.json is a common development default that should be restricted for production. The primary security consideration would shift to the client (e.g., GitHub Copilot) that consumes and interprets the provided customization content.

Similar Servers

Stats

Interest Score57
Security Score9
Cost ClassLow
Avg Tokens50
Stars143
Forks47
Last Update2026-01-19

Tags

github-copilotmcpdeveloper-toolsai-integrationcustomization