Loading subscription status...
{
"mcpServers": [
{
"gitlab": {
"env": {
"GITLAB_API_URL": "https://gitlab.com/api/v4",
"GITLAB_PERSONAL_ACCESS_TOKEN": "your_token_here"
},
"args": [
"-y",
"@yoda.digital/gitlab-mcp-server"
],
"command": "npx"
}
},
{
"gitlab-readonly": {
"env": {
"GITLAB_API_URL": "https://gitlab.com/api/v4",
"GITLAB_READ_ONLY_MODE": "true",
"GITLAB_PERSONAL_ACCESS_TOKEN": "your_token_here"
},
"args": [
"-y",
"@yoda.digital/gitlab-mcp-server"
],
"command": "npx"
}
}
]
}