Skip to main content
Glama

GitHub MCP Server

Official

get_issue

Retrieve detailed information about a specific issue in a GitHub repository by specifying the repository owner, repository name, and issue number.

Instructions

Get details of a specific issue in a GitHub repository.

Input Schema

NameRequiredDescriptionDefault
issue_numberYes
ownerYes
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue_number": { "type": "number" }, "owner": { "type": "string" }, "repo": { "type": "string" } }, "required": [ "owner", "repo", "issue_number" ], "type": "object" }

Other Tools from GitHub MCP Server

Related Tools

  • @Monsoft-Solutions/model-context-protocols
  • @taylor-lindores-reeves/mcp-github-projects
  • @taylor-lindores-reeves/mcp-github-projects

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/modelcontextprotocol/github'

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