Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnables debug behavior/loggingfalse
GITHUB_REPOYesGitHub repository name
GEMINI_MODELNoGemini model used by the AI clientgemini-3.6-flash
GITHUB_OWNERYesGitHub repository owner or organization
GITHUB_TOKENYesGitHub API authentication token
GEMINI_API_KEYYesGoogle Gemini API key
GEMINI_MAX_RETRIESNoMaximum number of Gemini retries3
GEMINI_RETRY_BASE_DELAYNoBase retry delay in milliseconds1000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_issueC

Generate a structured GitHub issue using the issue description, issue details, and repository labels.

create_github_issueB

Create a new issue in a GitHub repository

list_github_issuesA

List open issues in a GitHub repository

list_github_labelsA

List labels available in a GitHub repository

check_duplicate_issueA

Find the most likely existing open GitHub issues that could be related to a proposed issue. This tool retrieves open issues and performs cheap lexical candidate ranking. Treat the returned issues as candidates only; semantic duplicate determination must be done by the AI. Do not call list_github_issues separately for duplicate checking.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/sarim-aliii/github-issue-mcp'

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