Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces minor documentation updates to improve setup instructions.
- Added a note specifying that the Personal Access Token requires at least the read:packages permission.
- Added a step for logging into ghcr.io using docker.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| 3. Lastly you will need to [Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new). | ||
| The MCP server can use many of the GitHub APIs, so enable the permissions that you feel comfortable granting your AI tools (to learn more about access tokens, please check out the [documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)). | ||
|
|
||
| * Your PAT Token needs at least `read:packages` permission to be able to pull from `ghcr.io`. |
Collaborator
There was a problem hiding this comment.
Did you run into some issue here? As far as I'm aware the image is public and:
You can also access public container images anonymously.
Contributor
Author
There was a problem hiding this comment.
ah whoops ignore this pr for now :)
I just tested and it works without the pat.
I had some issues with the setup earlier. So I wiped everything and go through every option in the readme to check if I can add useful stuff to the readme.
DaleSeo
pushed a commit
to DaleSeo/github-mcp-server
that referenced
this pull request
Oct 24, 2025
Update remote mcp server names that have a local counterpart
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.
This pr adds:
Prerequisitessection in the readme.