News

Microsoft's 'Awesome Copilot MCP Server' Joined by MCP Registry

Things are happening fast in the Model Context Protocol (MCP) space, which enhances agentic AI. Microsoft's Awesome Copilot MCP Server and a new community MCP Registry recently arrived within days of each other, highlighting parallel advances in how developers discover and use MCP servers inside familiar tools.

The Microsoft server focuses on helping GitHub Copilot users find and save curated chat modes, instructions, and prompts, while the registry introduces an official catalog and API for MCP servers across the broader ecosystem.

The MCP is an open standard that defines how AI applications connect to external tools and data sources in a consistent, interoperable way. That helps autonomous AI agents access databases and use other resources while carrying out assigned tasks.

For Visual Studio and VS Code users, these moves to enhance MCP functionality speak to a maturing pattern: concrete server implementations that streamline day-to-day workflows, paired with ecosystem infrastructure to standardize discovery and distribution. The combination aims to reduce friction in finding quality MCP integrations and bringing them into developer repositories.

Microsoft's Awesome Copilot MCP Server
Microsoft announced the Awesome Copilot MCP Server on Aug. 28, describing it as a simple way to search GitHub Copilot customizations and save them directly to a repository from an MCP server. The post cites the earlier community-driven "Awesome GitHub Copilot Customizations" repository and positions the server as a solution to discoverability and comparison across many available chat modes, instructions, and prompts.

In practice, the server exposes two tools and one prompt: the tools are #search_instructions and #load_instruction, and the prompt is /mcp.awesome-copilot.get_search_prompt. Inside GitHub Copilot Chat, developers can trigger the prompt, provide keywords, receive a structured table of matching items, and then load and save the selected customization into the repository's .github folders.

Here is what a user is presented with after issuing /mcp.awesome-copilot.get_search_prompt:
Prompt to Enter Keywords to Search
[Click on image for larger view.] Prompt to Enter Keywords to Search (source: Microsoft).

Installation requires Docker since the server runs in a container. Microsoft provides a sample MCP configuration that shells out to docker run to execute the image, and the workflow is demonstrated in VS Code with Copilot Chat.

More information is available in the MCP Server: Awesome Copilot repo.

The MCP Registry
The MCP Registry, maintained by a cross-company working group, was announced on Sept. 8 as an open catalog and API for publicly available MCP servers to improve discoverability and implementation. The registry is presented as an official MCP project, with a canonical instance hosted at registry.modelcontextprotocol.io, and includes an OpenAPI specification to standardize how servers are distributed and discovered.

'In time, we expect the ecosystem to look a bit like this:'
[Click on image for larger view.] 'In time, we expect the ecosystem to look a bit like this:' (source: MCP Registry).

The registry supports both public and private sub-registries. Public sub-registries can act as opinionated marketplaces associated with specific MCP clients, while private sub-registries are intended for enterprises with stricter privacy or security requirements. The goal is to provide a single upstream source of truth that downstream consumers can augment for their users.

The MCP Registry cross-company working group includes lead maintainer David Soria Parra and registry maintainers from Anthropic, GitHub, and PulseMCP, along with contributors from Block and Microsoft. It originated in early 2025 as a grassroots effort when MCP creators asked teams from PulseMCP and Goose to help build a centralized community registry, later joined by additional maintainers such as Toby Padilla, Head of MCP at GitHub, and Adam Jones from Anthropic. The project has since drawn contributions from at least nine companies and 16 individuals, including participants from Stacklok, VS Code, NuGet, Last9, and others. The registry is presented as an official MCP project, permissively licensed and community moderated, with mechanisms to denylist entries that violate MCP guidelines. It is currently available in preview, with published guides for both server maintainers to add entries and client maintainers to access registry data.

Advancing MCP
Microsoft's Awesome Copilot MCP Server is a specific server implementation designed to help developers search for and save Copilot customizations from within Copilot Chat. The MCP Registry is ecosystem infrastructure intended to provide a single, standardized way to catalog and discover MCP servers across vendors and use cases. The initiatives are complementary: the registry improves discoverability and standardization, while Microsoft's server demonstrates a concrete developer workflow that benefits from easier server discovery and integration.

Why This Matters for Visual Studio and VS Code Users
For developers working in Microsoft tooling, the server integrates MCP into a familiar environment, enabling searchable, reusable Copilot customizations and direct repository updates. For teams evaluating MCP adoption, the registry offers a central reference point for finding vetted servers and planning distribution strategies, including public marketplaces and private enterprise catalogs. Together, they indicate continued movement toward MCP-based extensibility in day-to-day development.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • .NET 11 Preview 5 Focuses on Performance, Productivity and Safer Code

    .NET 11 Preview 5 focuses on under-the-hood runtime performance gains, streamlined APIs and language features that reduce boilerplate, plus built‑in security checks and incremental ASP.NET Core and EF Core improvements aimed at everyday developer productivity.

  • VS Code 1.124 Focuses on Agent Autonomy and Parallel Sessions

    Microsoft's June 2026 VS Code update turns on Autopilot by default and adds background sending for agent sessions.

  • Developing Agentic Systems in .NET: From Concept to Code

    ZioNet founder Alon Fliess previews his Visual Studio Live! San Diego session on building true agentic systems in .NET -- covering the cognitive loop, MCP tool integration, multi-agent orchestration and enterprise hosting and governance with the Microsoft Agent Framework.

  • Mastering AI Development and Building AI Apps with GitHub Copilot

    Two Microsoft experts explain how GitHub Copilot is evolving from a coding assistant into a broader platform for building, customizing and testing AI-powered developer workflows.

Subscribe on YouTube