create-repository
Create and configure new GitHub repositories with custom names, descriptions, visibility, README, .gitignore, and license templates directly via the GitHub Enterprise MCP Server.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_init | No | Initialize with README | |
| description | No | Repository description | |
| gitignore_template | No | Add .gitignore template | |
| license_template | No | Add a license template | |
| name | Yes | Repository name | |
| org | No | Organization name (if creating in an organization) | |
| private | No | Whether the repository is private |