Skip to main content
Glama

GitHub MCP Server

by asbloom-py

create_repository

Create a new GitHub repository with customizable settings including name, description, privacy status, and optional README initialization.

Instructions

Create a new GitHub repository in your account

Input Schema

NameRequiredDescriptionDefault
autoInitNoInitialize with README.md
descriptionNoRepository description
nameYesRepository name
privateNoWhether the repository should be private

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoInit": { "description": "Initialize with README.md", "type": "boolean" }, "description": { "description": "Repository description", "type": "string" }, "name": { "description": "Repository name", "type": "string" }, "private": { "description": "Whether the repository should be private", "type": "boolean" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from GitHub 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/asbloom-py/mcp-servers'

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