Skip to main content
Glama
guille-gallo

MCP GitHub Validator

by guille-gallo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_react_reposB

List all React repositories from the configured GitHub account. Returns repo names, descriptions, and whether they are React apps.

get_repo_structureB

Get the file/folder structure of a GitHub repository. Useful for understanding project organization before validation.

validate_repoA

Validate a single GitHub repository against React best practices and domain pattern rules. Returns pass/fail for each rule with suggestions.

validate_all_reposA

Validate multiple repositories at once. If no repos specified, validates all React repositories found in the account.

list_rulesA

List all available validation rules with their descriptions and severity levels.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation4/5

Tools are mostly distinct: list_rules shows available validations, validate_repo and validate_all_repos are clearly scoped by single vs. batch, and list_react_repos/get_repo_structure serve supporting roles. The two validation tools could overlap in purpose but are differentiated by their descriptions.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: list_rules, validate_repo, validate_all_repos, list_react_repos, get_repo_structure. The naming is predictable and easy to navigate.

Tool Count5/5

With 5 tools, the server is well-scoped for its stated purpose of validating React repositories. Each tool has a clear role, and the count feels neither thin nor bloated.

Completeness4/5

The tool set covers the core workflow: list rules, list React repos, inspect structure, validate single or multiple repos. Minor gaps like rule management (add/update/delete) or a dedicated get-validation-history tool exist, but these are not essential for the primary validation use case.

Maintenance

ActivityInactive
ResponsivenessNo issues