mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-24 23:05:21 +02:00
Add arguments to the docker command to avoid the server exit
This commit is contained in:
committed by
GitHub
parent
0e7d79c580
commit
ded263ff41
@@ -117,6 +117,8 @@ Add the following to your `claude_desktop_config.json`:
|
|||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"run",
|
"run",
|
||||||
|
"--rm",
|
||||||
|
"-i",
|
||||||
"-e",
|
"-e",
|
||||||
"GITLAB_PERSONAL_ACCESS_TOKEN",
|
"GITLAB_PERSONAL_ACCESS_TOKEN",
|
||||||
"-e",
|
"-e",
|
||||||
|
|||||||
Reference in New Issue
Block a user