GitHub Enterprise MCP Server

by containerelic
Verified

create-repository

Streamlines repository creation on GitHub Enterprise by enabling users to specify name, visibility, README, .gitignore, and license configurations directly through the MCP server integration.

Input Schema

NameRequiredDescriptionDefault
auto_initNoInitialize with README
descriptionNoRepository description
gitignore_templateNoAdd .gitignore template
license_templateNoAdd a license template
nameYesRepository name
orgNoOrganization name (if creating in an organization)
privateNoWhether the repository is private

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "auto_init": { "description": "Initialize with README", "type": "boolean" }, "description": { "description": "Repository description", "type": "string" }, "gitignore_template": { "description": "Add .gitignore template", "type": "string" }, "license_template": { "description": "Add a license template", "type": "string" }, "name": { "description": "Repository name", "minLength": 1, "type": "string" }, "org": { "description": "Organization name (if creating in an organization)", "type": "string" }, "private": { "description": "Whether the repository is private", "type": "boolean" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw