MCP server for using the GitHub API
A GitHub Issues MCP server customized for the FeedMob team
scheam (string, required): Get from system resource issues/search_schemastart_date (string): Issue creation start date, defaults to 6 days agoend_date (string): Issue creation end date, defaults to todaystatus (optional string): Issue status, e.g., 'open', 'closed'repo (optional string)users (optional string[]): List of usersteam (optional string): Team name, e.g., 'Star', 'Mighty'owner (optional string): Repository owner, can use environment variable defaultrepo (string, required): Repository nametitle (string, required): Issue titlebody (optional string): Issue descriptionassignees (optional string[]): Usernames to assign tolabels (optional string[]): Labels to addmilestone (optional number): Milestone numberowner (string, required): Repository ownerrepo (string, required): Repository nameissue_number (number, required): Issue number to updatetitle (optional string): New titlebody (optional string): New descriptionstate (optional string): New state ('open' or 'closed')labels (optional string[]): New labelsassignees (optional string[]): New assigneesmilestone (optional number): New milestone numberowner (string, required): Repository ownerrepo (string, required):issue_number (number, required): Issue number to retrieveowner (string, required): Repository ownerrepo (string, required):issue_number (number, required): Issue numberbody (string, required): Comment content``bashInstall dependencies
npm install
This MCP server is licensed under the MIT License. This means you can freely use, modify, and distribute this software, but must comply with the terms and conditions of the MIT License. For more details, please refer to the LICENSE file in the project repository.