Skip to main content
Glama

GitHub MCP Server

add_item_to_project_v2

Add GitHub issues or pull requests to a project V2 by specifying the project and content node IDs using the GraphQL API, streamlining project management workflows.

Instructions

Add an issue or pull request to a GitHub project V2 using GraphQL API

Input Schema

NameRequiredDescriptionDefault
contentIdYesThe node ID of the issue or pull request to add
projectIdYesThe node ID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contentId": { "description": "The node ID of the issue or pull request to add", "type": "string" }, "projectId": { "description": "The node ID of the project", "type": "string" } }, "required": [ "projectId", "contentId" ], "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