Skip to main content
Glama

GitMCP

github_create_repo

Easily create a new GitHub repository with customizable options like name, privacy settings, and description. Simplify repository management quickly on the GitMCP server.

Instructions

Create a new repository on GitHub

Input Schema

NameRequiredDescriptionDefault
descriptionNoRepository description
nameYesRepository name
privateNoPrivate repository

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Repository description", "type": "string" }, "name": { "description": "Repository name", "type": "string" }, "private": { "default": true, "description": "Private repository", "type": "boolean" } }, "required": [ "name" ], "type": "object" }

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/idosal/git-mcp'

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