PyGithub MCP Server
JSON →Interact with the GitHub API using PyGithub to manage repositories, issues, and pull requests.
Install
npx @modelcontextprotocol/inspector Tools · 8
- create_issue Create a new issue in a GitHub repository
- get_issue Get details of a specific issue
- update_issue Update an existing issue
- add_comment Add a comment to an issue
- list_comments List comments on an issue
- update_comment Update a comment on an issue
- add_labels Add labels to an issue
- remove_label Remove a label from an issue
Environment variables
GITHUB_PERSONAL_ACCESS_TOKEN
Links
★ 1 GitHub stars