GitHub MCP Server

create_repo

Create or update GitHub repositories using natural language commands

Input Schema

NameRequiredDescriptionDefault
commandYesNatural language command like "Create a repository for my machine learning project with tags python tensorflow" or "Update repository-name description to New description with tags updated ml"

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Natural language command like \"Create a repository for my machine learning project with tags python tensorflow\" or \"Update repository-name description to New description with tags updated ml\"", "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools