Loading subscription status...
{ "mcpServers": [ { "gitlab-mcp": { "env": { "GITLAB_URL": "your_gitlab_url", "GIT_REPO_PATH": "/path/to/git/repo", "GITLAB_API_KEY": "your_gitlab_api_key", "GITLAB_PROJECT_NAME": "gitlab_project_name" }, "args": [ "--directory", "/path/to/this-mcp-server", "run", "main.py" ], "command": "uv" } } ] }