Skip to content
Cursor

efficient gitlab for Cursor

io.github.detailobsessed/efficient-gitlab

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

client:Cursor transport:stdio runtime:npm

Install efficient gitlab in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

efficient gitlab in other clients