GitHub

GitHub

GitHub is a code hosting platform for version control and collaboration, offering Git-based repository management, issue tracking, and continuous integration features

10231VIEWS
2886USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app githubnpx @composio/cli add cursor --app githubnpx @composio/cli add cursor --app githubnpx @composio/cli add cursor --app github

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Accept A Repository Invitation

Accepts a pending repository invitation that has been issued to the authenticated user.

List Repositories Starred By The Authenticated User

Deprecated: lists repositories starred by the authenticated user, including star creation timestamps; use 'list repositories starred by the authenticated user' instead.

List Stargazers

Deprecated: lists users who have starred a repository; use `list stargazers` instead.

Star A Repository For The Authenticated User

Deprecated: stars a repository for the authenticated user; use `star a repository for the authenticated user` instead.

Add Email For Auth User

Adds one or more email addresses (which will be initially unverified) to the authenticated user's github account; use this to associate new emails, noting an email verified for another account will error, while an existing email for the current user is accepted.

Add App Access Restrictions

Replaces github app access restrictions for an existing protected branch; requires a json array of app slugs in the request body, where apps must be installed and have 'contents' write permissions.

Add A Repository Collaborator

Adds a github user as a repository collaborator, or updates their permission if already a collaborator; `permission` applies to organization-owned repositories (personal ones default to 'push' and ignore this field), and an invitation may be created or permissions updated directly.

Add A Repository To An App Installation

Adds a repository to a github app installation, granting the app access; requires authenticated user to have admin rights for the repository and access to the installation.

Add A Selected Repository To A User Secret

Grants a specified repository access to an authenticated user's existing codespaces secret, enabling codespaces created for that repository to use the secret.

Add Assignees To An Issue

Adds or removes assignees for a github issue; changes are silently ignored if the authenticated user lacks push access to the repository.

Add Labels To An Issue

Adds labels (provided in the request body) to a repository issue; labels that do not already exist are created.

Add Org Runner Labels

Adds new custom labels to an existing self-hosted runner for an organization; existing labels are not removed, and duplicates are not added.

Add Or Update Team Membership For A User

Adds a github user to a team or updates their role (member or maintainer), inviting them to the organization if not already a member; idempotent, returning current details if no change is made.

Add Or Update Team Project Permissions

Grants or updates a team's permissions ('read', 'write', or 'admin') for a specific project, which must exist within the specified organization and be linked to it.

Add Or Update Team Repository Permissions

Sets or updates a team's permission level for a repository within an organization; the team must be a member of the organization.

Add Project Collaborator

Adds a specified github user as a collaborator to an existing organization project with a given permission level.

Add Repo To Org Secret With Selected Access

Adds a repository to an existing organization-level github actions secret that is configured for 'selected' repository access.

Add Selected Repo To Org Secret

Grants an existing repository access to an existing organization-level dependabot secret; the repository must belong to the organization, and the call succeeds without change if access already exists.

Add Runner Labels

Adds and appends custom labels to a self-hosted repository runner, which must be registered and active.

Add Selected Repository To An Organization Secret

Adds a repository to an organization secret's access list when the secret's visibility is 'selected'; this operation is idempotent.

20 actions available