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:
@@ -121,9 +121,9 @@ Add the following to your `claude_desktop_config.json`:
|
||||
"-i",
|
||||
"--rm",
|
||||
"-e",
|
||||
"SLACK_BOT_TOKEN=$SLACK_BOT_TOKEN",
|
||||
"SLACK_BOT_TOKEN",
|
||||
"-e",
|
||||
"SLACK_TEAM_ID=$SLACK_TEAM_ID",
|
||||
"SLACK_TEAM_ID",
|
||||
"ai/mcp-slack"
|
||||
],
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user