Skip to main content
Glama

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" }

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/Monsoft-Solutions/model-context-protocols'

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