Skip to content
Grok

GitLab Documentation MCP Server for Grok

io.github.nunolima/gitlab-docs-mcp

Searchable access to GitLab documentation from multiple repositories with full-text search.

client:Grok transport:stdio runtime:oci

Install GitLab Documentation MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gitlab-docs-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/nunolima/gitlab-docs-mcp:18.7"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

GitLab Documentation MCP Server in other clients