gitlab ci mcp for Zed
io.github.mshegolev/gitlab-ci-mcp
GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted).
client:Zed
transport:stdio
runtime:pypi
Install gitlab ci mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gitlab-ci-mcp": {
"command": "uvx",
"args": [
"gitlab-ci-mcp"
],
"env": {
"GITLAB_URL": "<GITLAB_URL>",
"GITLAB_TOKEN": "<GITLAB_TOKEN>",
"GITLAB_PROJECT_PATH": "<GITLAB_PROJECT_PATH>",
"GITLAB_SSL_VERIFY": "<GITLAB_SSL_VERIFY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs