Skip to main content
Glama

GitHub MCP Server

list_projects

Retrieve and organize all GitHub repository projects by specifying owner, repo, state, and pagination parameters.

Instructions

List all projects in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
pageNoPage number for pagination (starts at 1)
per_pageNoNumber of results per page (max 100)
repoYesRepository name
stateNoFilter projects by state

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "page": { "description": "Page number for pagination (starts at 1)", "type": "number" }, "per_page": { "description": "Number of results per page (max 100)", "type": "number" }, "repo": { "description": "Repository name", "type": "string" }, "state": { "description": "Filter projects by state", "enum": [ "open", "closed", "all" ], "type": "string" } }, "required": [ "owner", "repo" ], "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/tuanle96/mcp-github'

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