Advanced GitLab MCP server for Zed
io.github.structured-world/gitlab-mcp
58 CQRS tools exposing 230 GitLab operations across 26 entity types
client:Zed
transport:stdio
runtime:npm
Install Advanced GitLab MCP server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gitlab-mcp": {
"command": "npx",
"args": [
"-y",
"@structured-world/gitlab-mcp"
],
"env": {
"GITLAB_TOKEN": "<GITLAB_TOKEN>",
"GITLAB_API_URL": "<GITLAB_API_URL>",
"GITLAB_READ_ONLY_MODE": "<GITLAB_READ_ONLY_MODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs