Skip to main content
Glama

GitHub MCP Server

by ualUsham

list-issues

Extract and view issues from a GitHub repository by specifying owner, repo, and state (open, closed, or all) with an optional limit on results.

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/ualUsham/mcp-github'

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