Skip to main content
Glama

GitHub Enterprise MCP Server

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

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/containerelic/github-enterprise-mcp'

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