From a3c2ab88f0fdf47d979b808e138873584e568fcc Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 10:36:06 +0800 Subject: [PATCH] Add Git MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/community.git-uvx.json | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 servers/community.git-uvx.json diff --git a/servers/community.git-uvx.json b/servers/community.git-uvx.json new file mode 100644 index 0000000..b196a35 --- /dev/null +++ b/servers/community.git-uvx.json @@ -0,0 +1,54 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.git-uvx", + "name": "Git (uvx)", + "alias": "git", + "description": "Read, search, and manipulate local Git repositories. Provides tools for status, diff, commit, add, reset, log, branch, checkout, and show. Pass a repository path to each tool, or pin one repo with the optional --repository flag.", + "logo": "https://avatars.githubusercontent.com/u/182288589?v=4", + "schema_version": "2.1", + "categories": [ + "version-control" + ], + "tags": [ + "git", + "version-control", + "vcs", + "repository", + "commit", + "diff" + ], + "transport": { + "type": "stdio", + "command": "uvx", + "args": [ + "mcp-server-git" + ], + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none", + "instructions": "No authentication required. Operates on local Git repositories the process can access." + }, + "contributor": { + "name": "Model Context Protocol", + "github": "modelcontextprotocol", + "url": "https://github.com/modelcontextprotocol/servers" + }, + "links": { + "repository": "https://github.com/modelcontextprotocol/servers", + "homepage": "https://modelcontextprotocol.io", + "documentation": "https://github.com/modelcontextprotocol/servers/blob/main/src/git/README.md" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + }, + "changelog_url": "https://github.com/modelcontextprotocol/servers/releases" +}