Skip to main content
Glama

GitHub MCP Server

by ualUsham

create-issue

Generate and post a new issue in a GitHub repository by providing owner, repo, title, body, and optional labels via the GitHub MCP Server.

Instructions

Create a new issue in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
bodyYesIssue body
labelsNoLabels to apply to the issue
ownerYesRepository owner (username or organization)
repoYesRepository name
titleYesIssue title

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Issue body", "type": "string" }, "labels": { "description": "Labels to apply to the issue", "items": { "type": "string" }, "type": "array" }, "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "title": { "description": "Issue title", "type": "string" } }, "required": [ "owner", "repo", "title", "body" ], "type": "object" }
Install Server

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

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