Skip to main content
Glama
EnesOzturk11

Git MCP Server

by EnesOzturk11

Related Servers

Alternatives to Git MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    B3.2/5.0

    Scored across 10 tools

    Disambiguation4/5

    Most tools target clearly distinct resources or actions: log, status, diff, structure, file reading, issues, and PRs. Slight overlap exists between get_git_diff and get_git_status, but descriptions clarify the summary vs line-by-line difference. read_local_file and read_local_file_chunk are intentionally paired for whole vs chunk access.

    Naming Consistency3/5

    The majority follow a verb_noun snake_case pattern (get_git_log, read_local_file, fetch_all_issues), but get-git-diff breaks the pattern with hyphens. Verbs also vary between get, read, fetch, and create, reducing predictability slightly.

    Tool Count5/5

    Ten tools is well-scoped for a Git-oriented server, covering repository inspection, file reading, issues, and PRs without unnecessary bloat. Each tool has a clear role, and the count feels appropriate for the described workflows.

    Completeness3/5

    The server covers common read-heavy operations well (log, status, diff, structure, files) and includes issue listing/creation and merged PR fetching. However, notable gaps exist for a full Git workflow: no single-issue retrieval, no issue update/close, no PR creation, and no branch or commit detail tools. Minor workarounds are possible for documentation tasks, but some dead ends occur.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues