Skip to main content
Glama
GHeeJeon
by GHeeJeon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REPO_NAMEYesTarget repository name (e.g., my-project)
REPO_PATHYesAbsolute path to local repository (e.g., /Users/me/my-project)
REPO_OWNERYesTarget repository owner (e.g., myorg)
GITHUB_TOKENYesGitHub Personal Access Token (repo scope)
ANTHROPIC_API_KEYNoClaude API key (only needed for run_workflow tool)
DEFAULT_BASE_BRANCHNoDefault base branchmain

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_labelsA

List all available labels in the repository. Call this before create_issue to see which label names are valid.

create_issueA

Create a GitHub issue. Use list_labels first to pick valid label names — non-existent labels are rejected.

create_branchA

Create a new GitHub branch from a base branch.

run_testsA

Run the test suite and return pass/fail status with full output.

commit_and_pushA

Stage files, create a commit, and push to the current branch.

create_prB

Open a GitHub Pull Request for the given branch.

get_pr_review_summaryA

Fetch and summarise all review comments for a Pull Request.

run_workflowA

Fully automated workflow: AI generates code, runs tests (retrying up to 3 times on failure), commits, pushes, and opens a PR. Requires ANTHROPIC_API_KEY.

Prompts

Interactive templates invoked by user choice

NameDescription
workflowStandard prompt for implementing a feature end-to-end using the github-workflow MCP tools.

Resources

Contextual data attached and managed by the client

NameDescription
repo-contextRepository file structure and key file contents. Attach before asking Claude to write or modify code.
repo-recent-prsRecent pull requests (up to 10, sorted by last updated). Useful for context on active work.

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/GHeeJeon/github-workflow-mcp'

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