Skip to main content
Glama

GitHub Projects MCP Server

list-projects

Retrieve a list of GitHub Projects for a specific user, with options for pagination and specifying the number of projects to return.

Instructions

List GitHub Projects for a user

Input Schema

NameRequiredDescriptionDefault
afterNoCursor for pagination
firstNoNumber of projects to return (max 100)
ownerYesGitHub username

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "description": "Cursor for pagination", "type": "string" }, "first": { "description": "Number of projects to return (max 100)", "type": "number" }, "owner": { "description": "GitHub username", "type": "string" } }, "required": [ "owner" ], "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/taylor-lindores-reeves/mcp-github-projects'

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