{"slug":"cyanheads/git-mcp-server","name":"Git MCP Server","description":"An MCP server that allows AI agents to interact with Git repositories, supporting a wide range of operations like clone, commit, branch, and push.","category":"version-control","tags":[],"official":false,"stars":219,"transport":"stdio","install":[{"cmd":"npx @cyanheads/git-mcp-server@latest`","imports":[]}],"tools":[{"name":"git_init","description":"Initialize repos"},{"name":"git_clone","description":"Clone from remotes"},{"name":"git_status","description":"Check status"},{"name":"git_clean","description":"Clean untracked files"},{"name":"git_add","description":"Stage changes"},{"name":"git_commit","description":"Create commits"},{"name":"git_diff","description":"Compare changes"},{"name":"git_log","description":"View commit history"},{"name":"git_show","description":"Inspect objects"},{"name":"git_blame","description":"Trace authorship"},{"name":"git_reflog","description":"View ref logs"},{"name":"git_changelog_analyze","description":"Gather git context and instructions for LLM-driven changelog analysis"},{"name":"git_branch","description":"Manage branches"},{"name":"git_checkout","description":"Switch contexts"},{"name":"git_merge","description":"Integrate changes"},{"name":"git_rebase","description":"Integrate changes"},{"name":"git_cherry_pick","description":"Apply specific commits"},{"name":"git_remote","description":"Configure remotes"},{"name":"git_fetch","description":"Fetch updates"},{"name":"git_pull","description":"Synchronize repositories"},{"name":"git_push","description":"Publish changes"},{"name":"git_tag","description":"Tag releases (list/create/delete/verify)"},{"name":"git_stash","description":"Stash changes"},{"name":"git_reset","description":"Reset state"},{"name":"git_worktree","description":"Manage worktrees"},{"name":"git_set_working_dir","description":"Set session directory"},{"name":"git_clear_working_dir","description":"Clear session directory"},{"name":"git_wrapup_instructions","description":"Wrap up instructions"}],"env_vars":["MCP_HTTP_PORT","MCP_HTTP_HOST","MCP_AUTH_SECRET_KEY","OAUTH_ISSUER_URL"],"auth_type":"none","github":"https://github.com/cyanheads/git-mcp-server","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}