Github Project Manager

create_project

Set up a new GitHub project board by specifying the owner, project name, and optional description directly from the MCP server for streamlined issue and project management.

Instructions

Create a new GitHub project board

Input Schema

NameRequiredDescriptionDefault
bodyNoProject description
nameYesProject name
ownerYesOrganization name or username

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "Project description", "type": "string" }, "name": { "description": "Project name", "type": "string" }, "owner": { "description": "Organization name or username", "type": "string" } }, "required": [ "owner", "name" ], "type": "object" }
ID: wajp07sk6l