GitLab Documentation MCP Server for Zed
io.github.nunolima/gitlab-docs-mcp
Searchable access to GitLab documentation from multiple repositories with full-text search.
client:Zed
transport:stdio
runtime:oci
Install GitLab Documentation MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gitlab-docs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/nunolima/gitlab-docs-mcp:18.7"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs