Skip to main content
Glama

GitHub MCP Server

create_project_v2

Create a new GitHub project V2 by specifying an owner ID, title, and optional description using the GraphQL API. Streamline GitHub project management and organization.

Instructions

Create a new GitHub project V2 using GraphQL API

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the project
ownerIdYesThe node ID of the organization or user
titleYesTitle of the project

Input Schema (JSON Schema)

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