G
Git MCP Server
by @sidgupt12
MCP server to communicate with github repo without the need to run docker
Created 4/29/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
docker run -i sidgupt12/git-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"sidgupt12-git-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"sidgupt12/git-mcp-server"
]
}
}
}