git-context

osick/git-context

3.2

If you are the rightful owner of git-context and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Git Context is a lightweight MCP server designed to provide LLMs with up-to-date documentation from Git repositories, primarily for GitLab but extensible to other platforms.

Tools

Functions exposed to the LLM to take actions

gitlab-search-libraries

Search for GitLab libraries/projects by name (exact match).

gitlab-fuzzy-search

Fuzzy search for GitLab repositories. Returns top matches even with typos or partial names.

gitlab-index-repository

Index a GitLab repository to make its documentation searchable.

gitlab-index-group

Index all repositories in a GitLab group (including subgroups).

gitlab-get-docs

Retrieve documentation for a specific library.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources