GitHub Project ManagerServer

Monsoft-Solutions
GitHub
GitHub ManagementProject ManagementMCP

Loading subscription status...

💡 Description

An implementation of model context protocols (MCP) for managing GitHub issues and projects. This package provides a seamless interface for AI assistants and applications to interact with GitHub repositories, issues, pull requests, and projects.

📝 JSON Entries

{
  "mcpServers": [
    {
      "GitHub Project Manager": {
        "env": {
          "GITHUB_PERSONAL_TOKEN": "your_github_token_here"
        },
        "args": [
          "--GITHUB_PERSONAL_TOKEN=your_github_token_here"
        ],
        "command": "npx -y @monsoft/mcp-github-project-manager"
      }
    }
  ]
}

🛠️ Tools

add_issue_commentupdate_project_itemcreate_issueupdate_issueget_issuecreate_projectadd_project_itemupdate_pull_request

Features

  • Management of GitHub issues
  • Management of pull requests
  • Management of GitHub projects

💬 Example Queries

  • Create a new GitHub issue for the project.
  • List all open issues for the repository.
  • Update a GitHub pull request.