Skip to main content
Glama

GitHub MCP Server

get_project_v2

Retrieve detailed GitHub project V2 data using GraphQL API by providing the project's node ID. Integrates with GitHub MCP Server for enhanced project management.

Instructions

Get details of a GitHub project V2 using GraphQL API

Input Schema

NameRequiredDescriptionDefault
idYesThe node ID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The node ID of the project", "type": "string" } }, "required": [ "id" ], "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