From 5eb17f9da82921f29932a83b735502bc5eda670c Mon Sep 17 00:00:00 2001 From: Alexandra Barry <89422562+albarry4@users.noreply.github.com> Date: Fri, 5 Sep 2025 18:37:21 -0400 Subject: [PATCH 1/2] Add Visual Studio installation badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1ce061da..9b2af0f35 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Built for developers who want to connect their AI tools to GitHub context and ca ## Remote GitHub MCP Server [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_Server-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D&quality=insiders) +[![Install in VS](https://img.shields.io/badge/Visual_Studio-Install_Server-68217a?style=flat-square&logo=visualstudio&logoColor=white)](vsweb+mcp:/install?%7B%22name%22%3A%22github%22%2C%22gallery%22%3Atrue%2C%22url%22%3A%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D) The remote GitHub MCP Server is hosted by GitHub and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, don't worry! You can use the [local version of the GitHub MCP Server](https://github.com/github/github-mcp-server?tab=readme-ov-file#local-github-mcp-server) instead. From 3602721234f9962e66bddcd3d9ee77b2185e5a66 Mon Sep 17 00:00:00 2001 From: Alexandra Barry <89422562+albarry4@users.noreply.github.com> Date: Fri, 5 Sep 2025 18:46:26 -0400 Subject: [PATCH 2/2] Fix link formatting for Visual Studio install badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2af0f35..401373a6f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Built for developers who want to connect their AI tools to GitHub context and ca ## Remote GitHub MCP Server [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_Server-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D&quality=insiders) -[![Install in VS](https://img.shields.io/badge/Visual_Studio-Install_Server-68217a?style=flat-square&logo=visualstudio&logoColor=white)](vsweb+mcp:/install?%7B%22name%22%3A%22github%22%2C%22gallery%22%3Atrue%2C%22url%22%3A%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D) +[![Install in VS](https://img.shields.io/badge/Visual_Studio-Install_Server-68217a?style=flat-square&logo=visualstudio&logoColor=white)](vsweb+mcp:/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D) The remote GitHub MCP Server is hosted by GitHub and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, don't worry! You can use the [local version of the GitHub MCP Server](https://github.com/github/github-mcp-server?tab=readme-ov-file#local-github-mcp-server) instead.