GitHub Projects MCP Server

get-project

Retrieve a GitHub Project by its unique ID to manage project boards, track issues, and streamline Agile workflows using the GitHub Projects MCP Server.

Instructions

Get a GitHub Project by ID

Input Schema

NameRequiredDescriptionDefault
projectIdYesGitHub Project ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "GitHub Project ID", "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: 86aw338aa5