MCP GitHub Project Manager
@kunwarVivek
关于 MCP GitHub Project Manager
a mcp server to manage github project's functionality
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-github-project-manager": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-github-project-manager",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP GitHub Project Manager?
MCP GitHub Project Manager is a comprehensive Model Context Protocol (MCP) server that provides advanced GitHub project management with AI-powered task management and complete requirements traceability. It transforms project ideas into actionable tasks with full end‑to‑end tracking from business requirements to implementation, integrating with GitHub’s GraphQL API.
How to use MCP GitHub Project Manager?
Install globally via npm (npm install -g mcp-github-project-manager), set environment variables GITHUB_TOKEN, GITHUB_OWNER, and GITHUB_REPO, then run mcp-github-project-manager. It also supports command‑line arguments, running from source, use as a Node.js module, and Docker deployment. Integration with MCP clients or AI assistants (Claude, Roocode, Windsurf, VS Code, Cursor) is described in the README.
Key features of MCP GitHub Project Manager
- AI‑powered PRD generation and intelligent task breakdown
- Complete requirements traceability from business requirements to tasks
- Multi‑provider AI support (Anthropic, OpenAI, Google Gemini, Perplexity)
- Enhanced task context generation with traceability or AI enrichment
- GitHub Projects (v2) management with issues, milestones, and sprint planning
- Full MCP specification compliance with Zod validation
Use cases of MCP GitHub Project Manager
- Transform project ideas into comprehensive Product Requirements Documents
- Break PRDs into actionable development tasks with complexity analysis
- Track requirements end‑to‑end and identify orphaned tasks
- Perform change impact analysis across requirements, features, and tasks
- Manage GitHub projects, sprints, and custom views with AI assistance
FAQ from MCP GitHub Project Manager
Does MCP GitHub Project Manager require AI provider keys?
No. It works perfectly without AI keys, falling back to traceability‑based context for task generation.
What GitHub token permissions are needed?
The token requires repo (full repository access), project (project access), and write:org (organization access).
Can I run MCP GitHub Project Manager with Docker?
Yes. Build the Docker image (docker build -t mcp-github-project-manager .) and run with environment variables for GitHub token, owner, and repo.
Which AI providers are supported?
Anthropic Claude (primary), OpenAI GPT, Google Gemini, and Perplexity. Automatic fallback between providers is supported.
How do I install MCP GitHub Project Manager?
Install globally with npm install -g mcp-github-project-manager, or install locally in a project. You can also clone the source and build from source.
版本控制 分类下的更多 MCP 服务器
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Code Review Server
crazyrabbitLTCA MCP server for code reviews
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
评论