mcp-github-project-manager
The MCP GitHub Project Manager is a server implementation designed to facilitate GitHub Project management via the Model Context Protocol. It allows applications to interact programmatically with GitHub Projects using standardized tools, maintaining compliance with MCP specifications and offering integration options for various client setups.
What permissions are required for the GitHub token?
The GitHub token requires 'repo' (Full repository access), 'project' (Project access), and 'write:org' (Organization access) permissions.
How do I install the MCP GitHub Project Manager?
You can install it globally using npm with 'npm install -g mcp-github-project-manager' or use Docker to build and run the server.
Can I run the MCP server from source?
Yes, you can clone the repository, install dependencies, and build the project using npm or pnpm.
What are the main features of the MCP GitHub Project Manager?
The main features include project management, resource management, MCP implementation, and GitHub integration.
Is there support for real-time updates?
Webhook support for real-time updates is planned but not yet implemented.