Skip to content
Windsurf

Advanced GitLab MCP server for Windsurf

io.github.structured-world/gitlab-mcp

58 CQRS tools exposing 230 GitLab operations across 26 entity types

client:Windsurf transport:stdio runtime:npm

Install Advanced GitLab MCP server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Advanced GitLab MCP server in other clients