Skip to main content
Glama

github-manager MCP Server

update_repo_settings

Modify repository settings on GitHub, including merge options, issues, projects, and wiki, by specifying organization, repository, and desired configurations.

Instructions

Update repository settings

Input Schema

NameRequiredDescriptionDefault
orgYesOrganization name
repoYesRepository name
settingsYesRepository settings to update

Input Schema (JSON Schema)

{ "properties": { "org": { "description": "Organization name", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "settings": { "description": "Repository settings to update", "properties": { "allow_merge_commit": { "description": "Allow merge commits", "type": "boolean" }, "allow_rebase_merge": { "description": "Allow rebase merging", "type": "boolean" }, "allow_squash_merge": { "description": "Allow squash merging", "type": "boolean" }, "has_issues": { "description": "Enable issues", "type": "boolean" }, "has_projects": { "description": "Enable projects", "type": "boolean" }, "has_wiki": { "description": "Enable wiki", "type": "boolean" } }, "type": "object" } }, "required": [ "org", "repo", "settings" ], "type": "object" }
Install Server

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