Skip to main content
Glama
Bruno-GabrielDev

mcp-github-explorer-server

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_github_profileA

Busca informacoes publicas de um usuario ou organizacao do GitHub: nome, bio, empresa, localizacao, numero de seguidores e de repositorios publicos.

list_top_reposA

Lista os repositorios publicos mais estrelados de um usuario do GitHub, com linguagem principal e contagem de estrelas.

get_language_statsA

Calcula a distribuicao percentual das linguagens de programacao usadas nos repositorios publicos (nao-fork) de um usuario do GitHub, com base na linguagem principal de cada repositorio.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct aspect of GitHub data: profile info, top repositories, and language distribution. No overlap in purpose, making selection unambiguous.

Naming Consistency5/5

All tool names follow the verb_noun pattern with snake_case: get_github_profile, list_top_repos, get_language_stats. Consistent and predictable.

Tool Count5/5

Three tools is a well-scoped set for a focused GitHub explorer server. Each tool serves a clear function without redundancy or bloat.

Completeness4/5

The server covers common GitHub exploration needs: profile, top repos, and language stats. Minor gaps like detailed repo info or follower lists exist but are not critical for the apparent purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues