Skip to content

Commit a3c2ab8

Browse files
committed
Add Git MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 14015a9 commit a3c2ab8

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

servers/community.git-uvx.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.git-uvx",
4+
"name": "Git (uvx)",
5+
"alias": "git",
6+
"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.",
7+
"logo": "https://avatars.githubusercontent.com/u/182288589?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"version-control"
11+
],
12+
"tags": [
13+
"git",
14+
"version-control",
15+
"vcs",
16+
"repository",
17+
"commit",
18+
"diff"
19+
],
20+
"transport": {
21+
"type": "stdio",
22+
"command": "uvx",
23+
"args": [
24+
"mcp-server-git"
25+
],
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "none",
32+
"instructions": "No authentication required. Operates on local Git repositories the process can access."
33+
},
34+
"contributor": {
35+
"name": "Model Context Protocol",
36+
"github": "modelcontextprotocol",
37+
"url": "https://github.com/modelcontextprotocol/servers"
38+
},
39+
"links": {
40+
"repository": "https://github.com/modelcontextprotocol/servers",
41+
"homepage": "https://modelcontextprotocol.io",
42+
"documentation": "https://github.com/modelcontextprotocol/servers/blob/main/src/git/README.md"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"resources": false,
50+
"prompts": false,
51+
"read_only_mode": false
52+
},
53+
"changelog_url": "https://github.com/modelcontextprotocol/servers/releases"
54+
}

0 commit comments

Comments
 (0)