GitHub Project Manager MCP
About
MCP server wrapping the GitHub CLI (gh) to provide tools for managing GitHub resources
Details
- Author
- marioalvial
- Downloads
- 185
- Categories
- Developer Tools
Jump to
- Issue creation, retrieval, and management
- Pull request creation, retrieval, and management
- Future integration with GitHub Projects
- Docker‑based deployment with no local installation
- Integration test suite for direct GitHub API interaction
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GitHub Project Manager MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run the server as a Docker container with your GitHub token set as an environment variable. The image is published as ghcr.io/marioalvial/gh-project-manager-mcp. Example command: docker run -i --rm -e GH_TOKEN=your_token ghcr.io/marioalvial/gh-project-manager-mcp. Configuration for the Cursor editor is provided in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"github project manager mcp": {
"gh-project-manager": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GH_TOKEN",
"ghcr.io/marioalvial/gh-project-manager-mcp"
],
"env": {
"GH_TOKEN": ""
}
}
}
}
}
McpServers
{
"gh-project-manager": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GH_TOKEN",
"ghcr.io/marioalvial/gh-project-manager-mcp"
],
"env": {
"GH_TOKEN": ""
}
}
}
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:
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:
"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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





