mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:03:26 +02:00
Config tweaks for docker
- Remove `$` interpolation for env - Allow puppeteer to work headless in docker, headful with npx
This commit is contained in:
@@ -118,9 +118,9 @@ Add the following to your `claude_desktop_config.json`:
|
||||
"args": [
|
||||
"run",
|
||||
"-e",
|
||||
"GITLAB_PERSONAL_ACCESS_TOKEN=$GITLAB_PERSONAL_ACCESS_TOKEN",
|
||||
"GITLAB_PERSONAL_ACCESS_TOKEN",
|
||||
"-e",
|
||||
"GITLAB_API_URL=$GITLAB_API_URL",
|
||||
"GITLAB_API_URL",
|
||||
"ai/mcp-gitlab"
|
||||
],
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user