Add global-chat-mcp-ts skill for cross-protocol agent discovery#248
Open
globalchatapp wants to merge 1 commit into
Open
Add global-chat-mcp-ts skill for cross-protocol agent discovery#248globalchatapp wants to merge 1 commit into
globalchatapp wants to merge 1 commit into
Conversation
Adds a TypeScript MCP skill for Global Chat — a cross-protocol agent discovery platform that aggregates 18K+ MCP servers across 6+ registries. Includes: - SKILL.md with tool documentation and example workflows - references/mcp-config.md with setup for Copilot, Claude Code, and Cursor npm package: @global-chat/mcp-server
Contributor
|
@globalchatapp please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
thegovind
reviewed
May 7, 2026
Collaborator
thegovind
left a comment
There was a problem hiding this comment.
Review summary
This PR is out of scope for microsoft/skills. The repo is a curated catalog for Azure SDKs and Microsoft AI Foundry; Global Chat is an unrelated third-party MCP aggregator.
Issues
🔴 Blocking
- Out of scope. The skill documents
@global-chat/mcp-server, a cross-protocol agent discovery service fromglobal-chat.io/pumanitro/global-chat. There is no Azure or Foundry surface here. The repo's stated focus (README,.github/copilot-instructions.md) is "skills, custom agents, AGENTS.md templates, and MCP configurations for AI coding agents working with Azure SDKs and Microsoft AI Foundry." - Vendor self-publish. The author account (
globalchatapp) appears to be the vendor itself. Shipping a vendor's own skill into a Microsoft-owned catalog risks implying endorsement.
🟡 Recommended
- Publish this skill in your own repository (e.g.,
pumanitro/global-chat) and direct users to install vianpx skills add pumanitro/global-chat. The skill format is portable across catalogs — it does not need to live inmicrosoft/skillsto be useful. - If you believe there's a Microsoft Foundry / Azure use case (e.g., a Foundry agent that needs to discover other A2A agents at runtime), please open an issue first describing the integration so we can evaluate scope before code review.
Recommend closing as out of scope. Thanks for the contribution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a TypeScript MCP skill for Global Chat — a cross-protocol agent discovery platform.
Use case
AI agents building multi-agent systems or searching for MCP servers currently need to query individual registries one by one. This skill provides a single MCP server that aggregates 18K+ MCP servers across 6+ registries and supports searching across MCP, A2A, and agents.txt protocols.
Contents
.github/skills/global-chat-mcp-ts/SKILL.mdwith tool documentation and example workflows.github/skills/global-chat-mcp-ts/references/mcp-config.mdwith setup for Copilot, Claude Code, and CursorWhy this fits
-tssuffix convention@global-chat/mcp-server) compatible with Copilot, VS Code, Claude Code, Cursornpx -y @global-chat/mcp-serverLinks