Github Integration via official MCP server @ mcpadmin.cloud

github mcp proxy

Lets analyse the github integration

  1. Create Issue
    Create Issue in GitHub Repository


2. Get issue information
Grabs information from a specific issue



3. Create comment on a issue
Adds a comment to the specified issue (also works with pull requests)


4. Lock issue
Locks the specified issue


5. Unlock issue
Unlocks the specified issue


Raw GraphQL query
Perform a raw GraphQL query


Create Pull Request Review Comment
Creates a review comment on a pull request in a GitHub repository


Create Commit Comment
Creates a comment on a commit in a GitHub repository


Create Discussion Comment
Creates a comment on a discussion in a GitHub repository


Add Labels to Issue
Adds labels to an existing issue.


Create Branch
Creates a new branch on a repository.

Set Approval Rules
Delete Branch
Deletes a branch from a repository.


Update Issue
Updates an existing issue.


Find Branch
Finds a branch by name and returns its details.


Find Issue
Finds an issue based title.


Find User
Finds a user by their login name.


Create Gist
Create a GitHub Gist. Requires an OAuth connection — Gists cannot be created with GitHub App authentication.


Create Issue (Agent)
Opens a new issue in a GitHub repository.


Get Issue (Agent)
Fetches the full details of a single issue by number.


List Repository Issues (Agent)
Lists issues in a repository with optional filters.


Update Issue (Agent)
Edits an existing issue, including closing or reopening it.


Create Issue Comment (Agent)
Posts a comment on an issue or pull request.


List Issue Comments (Agent)
Lists the comments on an issue or pull request.


Lock Issue (Agent)
Locks an issue or pull request conversation.


Unlock Issue (Agent)
Removes the conversation lock from an issue or pull request.


Add Labels to Issue (Agent)
Adds labels to an issue without removing existing ones.


Remove Label from Issue (Agent)
Detaches a single label from an issue or pull request.


Set Issue Labels (Agent)
Replaces the entire label set on an issue or pull request.


List Issue Labels (Agent)
Lists the labels currently on an issue or pull request.


Add Assignees to Issue (Agent)
Assigns users to an issue or pull request.


Remove Assignees from Issue (Agent)
Unassigns users from an issue or pull request.


List Assignees (Agent)
Lists users who can be assigned to issues in a repository.


List Repository Labels (Agent)
Lists a repository’s label vocabulary.


Create Label (Agent)
Defines a new label in a repository.


Update Label (Agent)
Renames or recolors an existing repository label.


Create Pull Request (Agent)
Opens a pull request between two branches.


Get Pull Request (Agent)
Fetches a single pull request by number.


List Pull Requests (Agent)
Lists pull requests in a repository with optional filters.


Update Pull Request (Agent)
Edits a pull request, including closing or reopening it.


Merge Pull Request (Agent)
Merges an open pull request into its base branch.


List Pull Request Files (Agent)
Lists the files changed in a pull request.


List Pull Request Commits (Agent)
Lists the commits in a pull request.


Create Pull Request Review (Agent)
Submits a review on a pull request.


Request Pull Request Reviewers (Agent)
Requests reviews from users or teams on a pull request.


Create Pull Request Review Comment (Agent)
Posts an inline review comment on a pull request.


List Pull Request Review Comments (Agent)
Lists inline review comments on a pull request.


List Pull Request Reviews (Agent)
Lists the reviews submitted on a pull request.


Get Repository (Agent)
Fetches metadata for a single repository.


List My Repositories (Agent)
Lists repositories the connected account can access.


List User Repositories (Agent)
Lists a specific user’s public repositories.


List Organization Repositories (Agent)
Lists the repositories in an organization.


Create Repository (Agent)
Creates a new repository for the authenticated user.


Create Organization Repository (Agent)
Creates a new repository inside an organization.


Update Repository (Agent)
Updates settings on a repository.


List Branches (Agent)
Lists the branches in a repository.


Get Branch (Agent)
Fetches a single branch including its tip commit.


List Commits (Agent)
Lists commits in a repository with optional filters.


Get Commit (Agent)
Fetches a single commit including its file changes.


Compare Commits (Agent)
Compares two commits, branches, or tags.


List Contributors (Agent)
Lists the contributors to a repository.


List Languages (Agent)
Returns the language byte-count map for a repository.


List Tags (Agent)
Lists the git tags in a repository.


Get File Content (Agent)
Reads a file (or directory listing) from a repository.


Create or Update File (Agent)
Creates or updates a single file via a commit.


Delete File (Agent)
Deletes a file from a repository via a commit.


Get Repository Tree (Agent)
Lists the full file tree at a given ref.


Create Branch (Agent)
Creates a new branch from the tip of a source branch.

Set Approval Rules
Get Reference (Agent)
Resolves a git ref to its commit SHA.


Delete Branch (Agent)
Deletes a branch from a repository.


Search Repositories (Agent)
Searches public/accessible repositories with a query.


Search Issues and Pull Requests (Agent)
Searches issues and PRs across repositories with a query.


Search Code (Agent)
Searches file contents across repositories.


Search Users (Agent)
Searches GitHub users and organizations.


Get Authenticated User (Agent)
Returns the profile of the connected account.


Get User (Agent)
Fetches a user’s public profile by login.


List Organization Members (Agent)
Lists the members of an organization.


Create Release (Agent)
Creates a release for a tag.


List Releases (Agent)
Lists the releases in a repository.


Get Release (Agent)
Fetches a single release by its id.


Get Latest Release (Agent)
Fetches the latest published release.


List Collaborators (Agent)
Lists the collaborators on a repository.


Add Collaborator (Agent)
Invites a user as a repository collaborator.

Remove Collaborator (Agent)
Revokes a user’s collaborator access to a repository.


Create Milestone (Agent)
Creates a milestone in a repository.


List Milestones (Agent)
Lists the milestones in a repository.


Get Milestone (Agent)
Fetches a single milestone by number.


Update Milestone (Agent)
Updates a milestone, including closing or reopening it.


Star Repository (Agent)
Stars a repository for the connected user.


Unstar Repository (Agent)
Removes a star from a repository for the connected user.

List Starred Repositories (Agent)
Lists the repositories the connected user has starred.


Check Repository Starred (Agent)
Checks whether the connected user has starred a repository.

Leave a Reply

Your email address will not be published. Required fields are marked *