Indexes GitLab documentation from six core repositories (main, Runner, Omnibus, Gitaly, Pages, Agent) into a searchable SQLite FTS5 database. Exposes three tools: search_docs for full-text queries across all docs, get_doc for retrieving specific files by path, and list_repositories to see what's indexed. Ships as a Docker image tagged to specific GitLab versions, so you can match your deployment's docs exactly. Reach for this when you're working with GitLab APIs or configurations and need quick access to official documentation without context switching to a browser. The sparse checkout approach keeps the container small despite pulling from multiple repos.
claude mcp add --transport stdio nunolima-gitlab-docs-mcp -- docker run -i --rm docker.io/nunolima/gitlab-docs-mcp:18.7