Skip to main content
Glama

GitHub MCP Server

list-issues

Fetch and display issues from a GitHub repository by specifying the owner, repository name, and issue state. Supports filtering by open, closed, or all issues and limiting the number of results returned.

Instructions

List issues in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of issues to return
ownerYesRepository owner (username or organization)
repoYesRepository name
stateNoIssue state

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of issues to return", "type": "number" }, "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "state": { "description": "Issue state", "enum": [ "open", "closed", "all" ], "type": "string" } }, "required": [ "owner", "repo" ], "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/alsonwangkhem/github-mcp-2'

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