Skip to main content
Glama

GitMCP

gitea_create_repo

Create a new Gitea repository with a name, description, and privacy setting using the GitMCP server, enabling efficient project setup and management.

Instructions

Create a new repository on Gitea

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