From a772e15e6900769b6237f32d095e96ea8773a89c Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 1 Sep 2025 11:52:22 +1000 Subject: [PATCH] Adding MCP Server to the README (#219) * Adding MCP Server to the README * Don't need that header * Changing summary text * Using aka.ms links * changing logo style to be consistent --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 0f2516f..0392120 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,34 @@ This repository provides a comprehensive toolkit for enhancing GitHub Copilot wi - **[![Awesome Instructions](https://img.shields.io/badge/Awesome-Instructions-blue?logo=githubcopilot)](README.instructions.md)** - Comprehensive coding standards and best practices that apply to specific file patterns or entire projects - **[![Awesome Chat Modes](https://img.shields.io/badge/Awesome-Chat_Modes-blue?logo=githubcopilot)](README.chatmodes.md)** - Specialized AI personas and conversation modes for different roles and contexts +## MCP Server + +To make it easy to add these customizations to your editor, we have created a [MCP Server](https://developer.microsoft.com/blog/announcing-awesome-copilot-mcp-server) that provides a prompt for searching and installing prompts, instructions, and chat modes directly from this repository. + +[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?logo=visualstudiocode&logoColor=white)](https://aka.ms/awesome-copilot/mcp/vscode) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?logo=visualstudiocode&logoColor=white)](https://aka.ms/awesome-copilot/mcp/vscode-insiders) + +
+Show MCP Server JSON configuration + +```json +{ + "servers": { + "awesome-copilot": { + "type": "stdio", + "command": "docker", + "args": [ + "run", + "-i", + "--rm", + "ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest" + ] + } + } +} +``` + +
+ ## 🔧 How to Use ### 🎯 Prompts