Anthropic's github MCP server, but better. Support for more endpoints. Including releases and tags, pull request reviews, statuses, rate limit, gists, projects, packages, and even pull request diffs. Indented to be used with MissionSquad's MCP API for secret management (aka your access token).
更新时间:2025-03-13 09:05:01
Mcp Github is a server developed by MissionSquad to extend GitHub's capabilities by providing additional API endpoints for operations such as releases, pull requests, statuses, and more. It also supports secret management via the MissionSquad MCP API, making it ideal for secure and efficient repository management.
To use Mcp Github, configure your GitHub Personal Access Token with appropriate permissions and integrate it into your environment. After that, you can interact with the server through various API endpoints for repository management, file operations, and more.
- How do I create a GitHub Personal Access Token? You can create a token by going to GitHub Settings > Developer settings > Personal access tokens and selecting the appropriate scopes. - Is Mcp Github free to use? Yes, Mcp Github is free to use under the MIT License. - What permissions do I need for the Personal Access Token? The token should have the `repo` scope for full control of private repositories or `public_repo` for public repositories.