MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server to communicate with github repo without the need to run docker

Created 4/29/2025
Updated about 1 month ago
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" ] } } }