Loading subscription status...
{
"mcpServers": [
{
"GitLab communication server": {
"env": {
"GITLAB_API_URL": "your_gitlab_api_url",
"GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token"
},
"args": [
"-y",
"@harshmaur/gitlab-mcp"
],
"command": "npx"
}
}
]
}