Skip to content

Supported Clients

GitLab MCP works with all major AI coding assistants that support the Model Context Protocol.

Client Overview

ClientTransportAuto-DetectSetup Guide
Claude DesktopstdioApp bundleJSON config
Claude CodestdioCLI commandCLI or JSON
CursorstdioConfig dirJSON config
VS CodestdioConfig dirJSON config
WindsurfstdioConfig dirJSON config
ClinestdioExtension dirJSON config
Roo CodestdioConfig dirJSON config

All clients can also connect via HTTP (StreamableHTTP or SSE) to a remote server deployment.

Automatic Setup

The setup wizard automatically detects installed clients and configures them:

bash
npx @structured-world/gitlab-mcp setup

Or install to specific clients directly:

bash
# Install to all detected clients
npx @structured-world/gitlab-mcp install --all

# Install to specific clients
npx @structured-world/gitlab-mcp install --claude-desktop --cursor

Config File Locations

macOS

ClientPath
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
Claude Code~/.claude.json
Cursor~/.cursor/mcp.json
VS Code.vscode/mcp.json (per-project)
Windsurf~/.codeium/windsurf/mcp_config.json
Cline~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Roo Code~/.roo/mcp.json

Windows

ClientPath
Claude Desktop%APPDATA%\Claude\claude_desktop_config.json
Claude Code%USERPROFILE%\.claude.json
Cursor%USERPROFILE%\.cursor\mcp.json
VS Code.vscode\mcp.json (per-project)
Windsurf%USERPROFILE%\.codeium\windsurf\mcp_config.json
Cline%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
Roo Code%USERPROFILE%\.roo\mcp.json

Linux

ClientPath
Claude Desktop~/.config/claude/claude_desktop_config.json
Claude Code~/.claude.json
Cursor~/.cursor/mcp.json
VS Code.vscode/mcp.json (per-project)
Windsurf~/.codeium/windsurf/mcp_config.json
Cline~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Roo Code~/.roo/mcp.json

Next Steps

Released under the Apache 2.0 License.