Skip to main content
Glama

GitHub Projects MCP Server

create-project

Generate and configure new GitHub Projects by specifying title, owner, optional repository link, and description. Streamlines Agile project management and integration with GitHub's Projects v2 API.

Instructions

Create a new GitHub Project

Input Schema

NameRequiredDescriptionDefault
descriptionNoProject description
ownerIdYesOwner ID (user or organization)
repositoryIdNoRepository ID to link the project to
titleYesProject title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Project description", "type": "string" }, "ownerId": { "description": "Owner ID (user or organization)", "type": "string" }, "repositoryId": { "description": "Repository ID to link the project to", "type": "string" }, "title": { "description": "Project title", "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/taylor-lindores-reeves/mcp-github-projects'

If you have feedback or need assistance with the MCP directory API, please join our Discord server