Skip to main content
Glama

GitHub MCP Server Plus

add_issue_comment

Add a comment to an existing GitHub issue by specifying the repository, issue number, and comment body using the GitHub MCP Server Plus.

Instructions

Add a comment to an existing issue

Input Schema

NameRequiredDescriptionDefault
bodyYes
issue_numberYes
ownerYes
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "type": "string" }, "issue_number": { "type": "number" }, "owner": { "type": "string" }, "repo": { "type": "string" } }, "required": [ "owner", "repo", "issue_number", "body" ], "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/PhialsBasement/mcp-github-server-plus'

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