Skip to content
Zed

efficient gitlab for Zed

io.github.detailobsessed/efficient-gitlab

Token-efficient GitLab MCP: 167 tools via 3 meta-tools, field projection, keyset pagination

client:Zed transport:stdio runtime:npm

Install efficient gitlab in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "efficient-gitlab": {
      "command": "npx",
      "args": [
        "-y",
        "efficient-gitlab-mcp-server"
      ],
      "env": {
        "GITLAB_PERSONAL_ACCESS_TOKEN": "<GITLAB_PERSONAL_ACCESS_TOKEN>",
        "GITLAB_API_URL": "<GITLAB_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

efficient gitlab in other clients