github-manager MCP Server

create_repo

Create a new repository in a specified GitHub organization by providing the repository name, description, and privacy settings. Automate repository setup for efficient project management.

Instructions

Create a new repository in an organization

Input Schema

NameRequiredDescriptionDefault
descriptionNoRepository description
nameYesRepository name
orgYesOrganization name
privateNoWhether the repository should be private

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Repository description", "type": "string" }, "name": { "description": "Repository name", "type": "string" }, "org": { "description": "Organization name", "type": "string" }, "private": { "description": "Whether the repository should be private", "type": "boolean" } }, "required": [ "org", "name" ], "type": "object" }

You must be authenticated.

Other Tools from github-manager MCP Server

Related Tools

ID: 61nu8bvtn5