Skip to main content
Glama

GitHub MCP Server

list_organization_projects_v2

Fetch and organize GitHub projects within an organization using GraphQL API, supports pagination and customizable sorting by creation or update date.

Instructions

List projects V2 in a GitHub organization using GraphQL API

Input Schema

NameRequiredDescriptionDefault
afterNoCursor for pagination
firstNoNumber of projects to fetch (max 100)
orderByNoHow to order the projects
orgYesOrganization name

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 fetch (max 100)", "type": "number" }, "orderBy": { "additionalProperties": false, "description": "How to order the projects", "properties": { "direction": { "enum": [ "ASC", "DESC" ], "type": "string" }, "field": { "enum": [ "CREATED_AT", "UPDATED_AT" ], "type": "string" } }, "required": [ "field", "direction" ], "type": "object" }, "org": { "description": "Organization name", "type": "string" } }, "required": [ "org" ], "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