feat(github): add GitHub's official remote MCP to the catalog#477
Merged
Conversation
Sweep of prod installs showed GitHub's official remote MCP (api.githubcopilot.com, installed directly by 6+ orgs) was the one popular community MCP missing from registry.json. Adds the app.json entry and regenerates the catalog (111 -> 112). Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2 tasks
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.
What
Adds GitHub's official remote MCP server (
https://api.githubcopilot.com/mcp/) to the first-party catalog and regeneratesregistry.json(111 → 112 items).Why
A sweep of what users actually installed in prod (Studio connections) found that
registry.jsonalready covers virtually every community MCP people use — except GitHub's official remote MCP, which 6+ orgs installed directly (it's distinct from the deco-hostedgithubentry atgithub-mcp.decocms.com). This adds it so it's discoverable in the store.Changes
github-official/app.json(new) — catalog entry pointing at GitHub's hosted endpoint (app.json only, no server to deploy; same pattern asatlassian-rovo,amplitude, …).github-official/README.md(new).registry.json— regenerated (+1 item:github/github-mcp-server).The rest of the prod-install gap was a long tail of 1-org experiments and customer-custom MCPs — intentionally left out.
🤖 Generated with Claude Code
Summary by cubic
Add GitHub’s official remote MCP server to the first‑party catalog so users can discover and connect to
https://api.githubcopilot.com/mcp/. Regeneratesregistry.jsonto include the newGitHub (Official)entry.github-official/app.jsonpointing tohttps://api.githubcopilot.com/mcp/(no server to deploy).github-official/README.md.registry.jsonwithgithub/github-mcp-server(public, official, with icon/tags); distinct from the deco-hostedgithubatgithub-mcp.decocms.com.Written for commit cb8a65f. Summary will update on new commits.