GitLab Documentation MCP Server for Claude Desktop
io.github.nunolima/gitlab-docs-mcp
Searchable access to GitLab documentation from multiple repositories with full-text search.
client:Claude Desktop
transport:stdio
runtime:oci
Install GitLab Documentation MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gitlab-docs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/nunolima/gitlab-docs-mcp:18.7"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs