GitHub · Capability
GitHub Community
Unified workflow for community engagement combining gists, user profiles, organizations, and team discussions. Used by community managers, developer advocates, and open source maintainers for community management and engagement.
What You Can Do
GET
Listpublicgists
— List public gists
/v1/gists
GET
Liststarredgists
— List starred gists
/v1/gists/starred
GET
Getgist
— Get a gist
/v1/gists/{gist_id}
PATCH
Updategist
— Update a gist
/v1/gists/{gist_id}
GET
Listusers
— List users
/v1/users
GET
Getuser
— Get a user
/v1/users/{username}
GET
Listfollowersofuser
— List followers
/v1/users/{username}/followers
GET
Getanorganization
— Get an organization
/v1/organizations/{org}
GET
Listorganizationmembers
— List organization members
/v1/organizations/{org}/members
GET
Listdiscussions
— List team discussions
/v1/organizations/{org}/teams/{team_slug}/discussions
POST
Creatediscussion
— Create a team discussion
/v1/organizations/{org}/teams/{team_slug}/discussions
MCP Tools
list-public-gists
List public gists
read-only
list-starred-gists
List starred gists
read-only
get-gist
Get a gist
read-only
update-gist
Update a gist
idempotent
fork-gist
Fork a gist
star-gist
Star a gist
list-gist-comments
List gist comments
read-only
create-gist-comment
Create a gist comment
get-user
Get a user profile
read-only
search-users
Search users
read-only
list-followers
List followers of a user
read-only
follow-user
Follow a user
unfollow-user
Unfollow a user
list-starred
List starred repositories
read-only
star-repository
Star a repository
get-organization
Get an organization
read-only
list-org-members
List organization members
read-only
list-discussions
List team discussions
read-only
create-discussion
Create a team discussion
get-discussion
Get a team discussion
read-only
APIs Used
github-gists
github-users
github-orgs