github-manager MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_TOKEN | Yes | GitHub personal access token with required scopes |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_orgs | List GitHub organizations the authenticated user belongs to |
list_repos | List repositories in an organization |
create_repo | Create a new repository in an organization |
add_collaborator | Add a collaborator to a repository |
update_repo_settings | Update repository settings |