Skip to main content
Glama

GitHub Enterprise MCP Server

create-issue

Create GitHub Enterprise issues directly with detailed specifications, including title, labels, assignees, and milestones, through the GitHub Enterprise MCP Server integration.

Input Schema

NameRequiredDescriptionDefault
assigneesNoAssignee list
bodyNoIssue content
labelsNoLabel list
milestoneNoMilestone ID
ownerYesRepository owner (user or organization)
repoYesRepository name
titleYesIssue title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignees": { "description": "Assignee list", "items": { "type": "string" }, "type": "array" }, "body": { "description": "Issue content", "type": "string" }, "labels": { "description": "Label list", "items": { "type": "string" }, "type": "array" }, "milestone": { "description": "Milestone ID", "type": "number" }, "owner": { "description": "Repository owner (user or organization)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "title": { "description": "Issue title", "type": "string" } }, "required": [ "owner", "repo", "title" ], "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