Skip to main content
Glama
gits5213
by gits5213

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNodebug, info, warn, error
GITHUB_REPONoTarget repository. Required for live bug creation.
GITHUB_OWNERNoGitHub org or username. Required for live bug creation.
GITHUB_TOKENNoGitHub PAT with repo scope. Required for live bug creation.
PLAYWRIGHT_HEADLESSNoDefault headless mode for locator discovery
ALLOW_PRODUCTION_URLSNoSet 'true' to allow production-like URLs
GITHUB_DEFAULT_LABELSNoComma-separated labels (default: bug,automated-test,qa)bug,automated-test,qa
PLAYWRIGHT_TIMEOUT_MSNoDefault Playwright timeout

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_test_scenariosC

Generate comprehensive test scenarios from user stories and acceptance criteria

generate_test_casesC

Convert generated scenarios into detailed manual/automation-ready test cases

discover_stable_locatorsC

Open the application in Playwright and discover stable locators using accessibility-first priority

generate_playwright_testC

Generate a Playwright TypeScript framework with Page Object Model, data files, and utilities

run_playwright_testC

Execute Playwright tests and capture results, screenshots, traces, and videos

create_bugA

Create a bug ticket from a failed test — supports GitHub Issues, Jira, and Azure DevOps (dry-run or live)

Prompts

Interactive templates invoked by user choice

NameDescription
qa_automation_workflowGenerate a complete prompt to run all qa-ai-mcp-server-gits tools: scenarios → cases → locators → Playwright codegen → test run → bug
qa_automation_workflow_examplePre-filled workflow prompt for Applitools demo login (UserLogin feature)
qa_automation_workflow_shortCompact workflow prompt for quick MCP tool chaining
qa_automation_instructionsSetup and usage instructions for public npm users

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/gits5213/qa-ai-mcp-server-gits'

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