mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
16 lines
453 B
JSON
16 lines
453 B
JSON
{
|
|
"mcpServers": {
|
|
"git": {
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"--rm",
|
|
"-i",
|
|
"--mount", "type=bind,src=/Users/username/Desktop,dst=/projects/Desktop",
|
|
"--mount", "type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro",
|
|
"--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt",
|
|
"mcp/git"
|
|
]
|
|
}
|
|
}
|
|
} |