gh_create_repo
Create a new GitHub repository, configuring privacy, auto-initialization, and description. Automate repository setup process.
Instructions
Create a new repository.
This tool is disabled unless MCP_GH_ALLOW_WRITE_COMMANDS=true. With the default MCP_GH_CONFIRM_WRITE_COMMANDS=true, MCP asks a human to approve the command before executing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| private | No | ||
| auto_init | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| message | Yes |