Skip to main content
Glama

GitHub Enterprise MCP Server

update-repository

Modify repository settings such as privacy, default branch, descriptions, and enabled features (issues, projects, wiki) in GitHub Enterprise via the MCP server.

Input Schema

NameRequiredDescriptionDefault
archivedNoArchive/unarchive repository
default_branchNoChange default branch
descriptionNoNew description
has_issuesNoEnable/disable issues
has_projectsNoEnable/disable projects
has_wikiNoEnable/disable wiki
ownerYesRepository owner
privateNoChange privacy setting
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "archived": { "description": "Archive/unarchive repository", "type": "boolean" }, "default_branch": { "description": "Change default branch", "type": "string" }, "description": { "description": "New description", "type": "string" }, "has_issues": { "description": "Enable/disable issues", "type": "boolean" }, "has_projects": { "description": "Enable/disable projects", "type": "boolean" }, "has_wiki": { "description": "Enable/disable wiki", "type": "boolean" }, "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "private": { "description": "Change privacy setting", "type": "boolean" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise 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/containerelic/github-enterprise-mcp'

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