Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions github-official/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# GitHub (Official)

GitHub's official remote MCP server, hosted at `https://api.githubcopilot.com/mcp/`.

This is a catalog entry (app.json only) for the first-party `registry.json` — it
points at GitHub's hosted endpoint, there is no server to deploy here.

Distinct from the deco-hosted `github` entry (`github-mcp.decocms.com`); this is
GitHub's own remote MCP, which several orgs install directly.
20 changes: 20 additions & 0 deletions github-official/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"scopeName": "github",
"name": "github-mcp-server",
"friendlyName": "GitHub (Official)",
"connection": {
"type": "HTTP",
"url": "https://api.githubcopilot.com/mcp/"
},
"description": "GitHub's official remote MCP server — manage repositories, issues, pull requests, Actions, and code from AI agents.",
"icon": "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png",
"unlisted": false,
"official": true,
"metadata": {
"categories": ["Developer Tools"],
"official": true,
"tags": ["github", "git", "repositories", "issues", "pull-requests", "actions", "code"],
"short_description": "GitHub's official remote MCP server for repos, issues, PRs, and Actions",
"mesh_description": "GitHub's official remote MCP server. Connect AI agents directly to GitHub to manage repositories, browse and edit code, open and review pull requests, triage issues, and work with GitHub Actions and workflows. Served over GitHub's hosted endpoint (api.githubcopilot.com), it covers the full GitHub developer surface so agents can automate engineering workflows end to end. Ideal for code review, repository management, release automation, and developer productivity."
}
}
48 changes: 48 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3548,6 +3548,54 @@
]
}
},
{
"id": "github/github-mcp-server",
"title": "GitHub (Official)",
"description": "GitHub's official remote MCP server — manage repositories, issues, pull requests, Actions, and code from AI agents.",
"is_public": true,
"_meta": {
"mcp.mesh": {
"verified": true,
"friendly_name": "GitHub (Official)",
"short_description": "GitHub's official remote MCP server for repos, issues, PRs, and Actions",
"owner": "github",
"has_remote": true,
"has_oauth": false,
"tags": [
"github",
"git",
"repositories",
"issues",
"pull-requests",
"actions",
"code"
],
"categories": [
"Developer Tools"
],
"readme": "GitHub's official remote MCP server. Connect AI agents directly to GitHub to manage repositories, browse and edit code, open and review pull requests, triage issues, and work with GitHub Actions and workflows. Served over GitHub's hosted endpoint (api.githubcopilot.com), it covers the full GitHub developer surface so agents can automate engineering workflows end to end. Ideal for code review, repository management, release automation, and developer productivity."
}
},
"server": {
"name": "github-mcp-server",
"title": "GitHub (Official)",
"description": "GitHub's official remote MCP server — manage repositories, issues, pull requests, Actions, and code from AI agents.",
"icons": [
{
"src": "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"
}
],
"remotes": [
{
"type": "HTTP",
"url": "https://api.githubcopilot.com/mcp/",
"name": "github-mcp-server",
"title": "GitHub (Official)",
"description": "GitHub's official remote MCP server — manage repositories, issues, pull requests, Actions, and code from AI agents."
}
]
}
},
{
"id": "google/google-bigquery-mcp",
"title": "Google BigQuery",
Expand Down
Loading