Skip to main content
Glama

github-manager MCP Server

create_repo

Create a new repository in a specified GitHub organization by providing the repository name, description, and privacy settings. Automate repository setup for efficient project management.

Instructions

Create a new repository in an organization

Input Schema

NameRequiredDescriptionDefault
descriptionNoRepository description
nameYesRepository name
orgYesOrganization name
privateNoWhether the repository should be private

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Repository description", "type": "string" }, "name": { "description": "Repository name", "type": "string" }, "org": { "description": "Organization name", "type": "string" }, "private": { "description": "Whether the repository should be private", "type": "boolean" } }, "required": [ "org", "name" ], "type": "object" }

You must be authenticated.

Other Tools from github-manager 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/wheelhousedev/github-mcp'

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