Skip to main content
Glama

github-manager MCP Server

add_collaborator

Add a GitHub user to a repository with specified permissions. Define organization, repository, username, and access level (pull, push, admin) to manage collaborators effectively.

Instructions

Add a collaborator to a repository

Input Schema

NameRequiredDescriptionDefault
orgYesOrganization name
permissionYesPermission level (pull, push, admin)
repoYesRepository name
usernameYesGitHub username to add

Input Schema (JSON Schema)

{ "properties": { "org": { "description": "Organization name", "type": "string" }, "permission": { "description": "Permission level (pull, push, admin)", "enum": [ "pull", "push", "admin" ], "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "username": { "description": "GitHub username to add", "type": "string" } }, "required": [ "org", "repo", "username", "permission" ], "type": "object" }
Install Server

Other Tools from github-manager MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wheelhousedev/github-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server