Skip to main content
Glama

GitHub MCP Server

list_organization_projects

Retrieve all projects within a GitHub organization, filtering by state and enabling pagination for efficient project management and organization-wide oversight.

Instructions

List all projects in a GitHub organization (at organization level, not repository level)

Input Schema

NameRequiredDescriptionDefault
orgYesOrganization name
pageNoPage number for pagination
per_pageNoNumber of results per page (max 100)
stateNoFilter projects by state

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "org": { "description": "Organization name", "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "per_page": { "description": "Number of results per page (max 100)", "type": "number" }, "state": { "description": "Filter projects by state", "enum": [ "open", "closed", "all" ], "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