Skip to main content
Glama

GitHub Enterprise MCP Server

delete-repository

Securely remove repositories from GitHub Enterprise by specifying the owner, repository name, and confirmation. Ensures controlled and verified deletion of repositories.

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirmation for deletion (must be true)
ownerYesRepository owner
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirm": { "description": "Confirmation for deletion (must be true)", "type": "boolean" }, "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" } }, "required": [ "owner", "repo", "confirm" ], "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/ddukbg/github-enterprise-mcp'

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