GitLab Documentation MCP Server for VS Code
io.github.nunolima/gitlab-docs-mcp
Searchable access to GitLab documentation from multiple repositories with full-text search.
client:VS Code
transport:stdio
runtime:oci
Install GitLab Documentation MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"gitlab-docs-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/nunolima/gitlab-docs-mcp:18.7"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs