libra850/github-project-mcp-server
If you are the rightful owner of github-project-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Model Context Protocol (MCP) server for operating GitHub Projects from AI agents like Claude, Gemini, and other MCP-compatible clients.
Tools
Functions exposed to the LLM to take actions
list_projects
Retrieves a list of projects for the owner specified in the environment variables.
get_project_details
Retrieves detailed information about the project specified in the environment variables.
count_project_items
Count all items in the project specified in the environment variables.
add_issue_to_project
Adds an existing issue to the project specified in the environment variables.
update_item_status
Updates the status of an item within the project specified in the environment variables.
list_sprints
Retrieves a list of Sprints configured for the project specified in the environment variables.
update_item_sprint
Assigns a specific item to a specified Sprint in the project specified in the environment variables.
get_items_by_status
Get project items filtered by a specific status from the project specified in the environment variables.
edit_issues
Edit multiple GitHub issues, including updating title, body, state, labels, and adding comments.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client