mcp-github-project-manager
Verified Safeby kunwarVivek
Overview
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
Installation
npx -y mcp-github-project-managerEnvironment Variables
- GITHUB_TOKEN
- GITHUB_OWNER
- GITHUB_REPO
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
- GOOGLE_API_KEY
- PERPLEXITY_API_KEY
- WEBHOOK_SECRET
- AI_MAIN_MODEL
- AI_RESEARCH_MODEL
- AI_FALLBACK_MODEL
- AI_PRD_MODEL
Security Notes
Sensitive configurations (GitHub token, AI API keys, webhook secret) are correctly loaded from environment variables or CLI arguments, not hardcoded. The webhook handler uses `crypto.timingSafeEqual` for secure signature validation. Comprehensive error handling with retries helps API resilience. No obvious malicious patterns or unsafe code execution (`eval`) detected in the provided snippets.
Similar Servers
backlog-mcp-server
Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.
mcp
Enables Large Language Models (LLMs) and AI agents to interact with and manage Teamwork.com projects and Teamwork Desk resources via the Model Context Protocol.
mcp-http-agent-md
This server provides a Minimal Model Context Protocol (MCP) HTTP server for managing AI agent projects, structured tasks, and versioned history, enabling subagent orchestration and document management.
devcontext
DevContext is a Model Context Protocol (MCP) server designed to enhance the development experience by providing continuous, project-centric context awareness and learning from development patterns.