Skip to main content
Glama
ENFernandes

github-stars-mcp

by ENFernandes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoA GitHub personal access token. Fine-grained tokens need no special scopes for public stars; classic tokens need read:user.
GITHUB_STARS_DBNoOverride path for the SQLite cache database.
GITHUB_STARS_HOMENoOverride directory for the optional .env file.

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
search_starsA

Search your GitHub starred repos by keyword (matches name, description, and topics). Optionally filter by language.

list_starsB

List your GitHub starred repos, with optional language filter and sorting.

get_starA

Get full details for one starred repo by its full name (owner/repo).

refresh_starsA

Force a full re-fetch of your starred repos from the GitHub API and update the local database. Read tools already check for updates automatically on use.

stars_statusA

Show when the local stars database was last checked and last synced.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search, list, get single, refresh, and status. While search and list both return starred repos, search focuses on keyword matching while list is for general listing with sorting, so no ambiguity.

Naming Consistency4/5

Most tools follow a verb_noun pattern (search_stars, list_stars, refresh_stars), but get_star uses singular while others use plural, and stars_status is a noun phrase rather than verb_noun. These are minor deviations from an otherwise consistent convention.

Tool Count5/5

Five tools is well-scoped for the server's purpose of managing GitHub starred repos. Each tool serves a distinct function without redundancy, and the count is neither too thin nor excessive for this niche domain.

Completeness5/5

The tool set covers the full lifecycle for reading and syncing starred repos: search, list, get details, refresh, and status. There are no obvious gaps in the stated purpose, and the automatic update check covers the freshness concern.

Maintenance

ActivitySlowing
ResponsivenessNo issues