Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Gh Project Manager Mcp

    MCP server wrapping the GitHub CLI (gh) to provide tools for managing GitHub resources

    0 stars
    Python
    Updated May 5, 2025

    Table of Contents

    • Descrição
    • Uso com Docker
    • Configuração do MCP em Cursor
    • Versionamento
    • Running Integration Tests
    • Test Approach
    • Demo PR

    Table of Contents

    • Descrição
    • Uso com Docker
    • Configuração do MCP em Cursor
    • Versionamento
    • Running Integration Tests
    • Test Approach
    • Demo PR

    Documentation

    GitHub Project Manager MCP

    Um servidor MCP (Model Context Protocol) para gerenciar projetos no GitHub.

    Descrição

    Este projeto implementa um servidor MCP especializado em operações de gerenciamento de projetos GitHub, oferecendo integração com o GitHub CLI (gh) para tarefas comuns como:

    • Gerenciamento de issues
    • Gerenciamento de pull requests
    • Futuramente: Integração com GitHub Projects

    Uso com Docker

    A imagem Docker é publicada automaticamente no GitHub Container Registry a cada release:

    code
    docker run -i --rm -e GH_TOKEN=seu_token ghcr.io/marioalvial/gh-project-manager-mcp

    Configuração do MCP em Cursor

    Para usar este MCP com o Cursor, adicione a seguinte configuração ao seu .cursor/mcp.json:

    json
    "gh-project-manager": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GH_TOKEN",
        "ghcr.io/marioalvial/gh-project-manager-mcp"
      ],
      "env": {
        "GH_TOKEN": "seu_token_github"
      }
    }

    Versionamento

    Este projeto usa Semantic Versioning e libera automaticamente novas versões baseadas nos padrões de commit.

    Integration Tests

    This project includes a comprehensive suite of integration tests that verify the functionality of our GitHub MCP tools with the actual GitHub API. These tests create and manage real GitHub resources during test execution and clean up afterward.

    Running Integration Tests

    To run the integration tests, you'll need a GitHub token with appropriate permissions:

    1. Create a GitHub personal access token with at least these scopes: repo, project

    2. Create a .env file in the project root with the following content:

    bash
    GH_INTEGRATION_TEST_TOKEN=your_github_token_here
       GH_INTEGRATION_TEST_OWNER=marioalvial  # or your own username/organization
       GH_INTEGRATION_TEST_REPO=gh-project-manager-mcp  # or your own repository
       GH_INTEGRATION_TEST_PROJECT_ID=your_project_id  # required for project tests

    3. Run the integration tests:

    bash
    make function-integration-test

    Test Approach

    The integration tests use direct function calls to the implementation functions, bypassing the MCP protocol layer to focus on the core GitHub CLI interactions. This approach ensures that:

    1. Our tool implementations correctly interact with the GitHub CLI commands

    2. Resource creation and cleanup work as expected

    3. Error handling is robust across various scenarios, including token permission limitations

    The tests are designed to handle various GitHub API limitations and token permission scenarios, automatically skipping or adapting tests that require permissions not available to the provided token.

    Note: The tests create and manage real GitHub resources (issues, PRs, branches, etc.), so make sure to use a test repository to avoid clutter in production repositories.

    Test line for pull request testing - update for PR testing.

    Demo PR

    This change demonstrates creating a PR using the MCP tools.

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k