Loading subscription status...
{
"mcpServers": [
{
"git": {
"args": [
"mcp-server-git",
"--repository",
"path/to/git/repo"
],
"command": "uvx"
}
},
{
"git": {
"args": [
"run",
"--rm",
"-i",
"--mount",
"type=bind,src=/Users/username,dst=/Users/username",
"mcp/git"
],
"command": "docker"
}
},
{
"git": {
"args": [
"-m",
"mcp_server_git",
"--repository",
"path/to/git/repo"
],
"command": "python"
}
}
]
}