Skip to main content
Glama

Related Servers

Alternatives to StarSeeker MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      MCP server that enables AI assistants to look up and analyze GitHub repositories, including stars, forks, description, open issues, and README content.
      2
      44 npm
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      An MCP server that provides on-demand skill discovery for AI coding agents by querying GitHub repositories, using BM25 search to return relevant SKILL.md content.
      2
      8 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      An MCP server that caches your GitHub starred repositories in a local SQLite database and lets you search, list, and retrieve details about them through any MCP client (Claude Desktop, Cursor, VS Code, etc.), with automatic freshness checks via GitHub's ETag mechanism.
      5
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server that reads GitHub repository structures and important files, enabling exploration and analysis of codebases.
      MIT

    TDQS

    B3.1/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools have clearly distinct purposes: one fetches/updates the database of starred repositories, the other searches through them. No ambiguity.

    Naming Consistency2/5

    Naming is inconsistent: '_fetch_stars_for_user' uses a leading underscore and underscores between words, while 'search_stars' omits the underscore prefix and uses fewer words. No consistent pattern.

    Tool Count3/5

    With only 2 tools, the server feels minimal but could be sufficient for a focused use case of fetching and searching stars. However, it is borderline for a broader star management tool.

    Completeness3/5

    The set covers fetching and searching starred repositories, but lacks operations like listing all stars or deleting them. Minor gaps exist, but core functionality is present.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues