공식stdioPython파일·저장소
Git Local
로컬 git 저장소 작업 (커밋·diff·log).
한 줄 평가 — 다음 사람 도와주세요
설치 명령
npx -y @modelcontextprotocol/server-git
클라이언트 설정
Claude Desktop의 claude_desktop_config.json에 그대로 붙여 넣으세요.
{
"mcpServers": {
"git-local": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-git"]
}
}
}