Sponsored by Deepsite.site

GitHub MCP Server - Local Docker Setup

Created By
shesadri7 months ago
Local Docker setup for GitHub MCP Server with docker-compose
Content

GitHub MCP Server - Local Docker Setup

This repository provides an easy way to run the GitHub MCP Server locally using Docker Compose with HTTP access on port 3000.

What is GitHub MCP Server?

The GitHub MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.

Features

  • Easy Setup: Just run docker-compose up to start the server
  • HTTP Access: Access the MCP server via HTTP on port 3000
  • Configurable: Support for all GitHub MCP Server configuration options
  • Auto-restart: Containers automatically restart on failure

Quick Start

Prerequisites

Setup

  1. Clone this repository:

    git clone https://github.com/shesadri/github-mcp-server-local.git
    cd github-mcp-server-local
    
  2. Create environment file:

    cp .env.example .env
    
  3. Configure your GitHub token: Edit .env file and replace your_github_token_here with your actual GitHub Personal Access Token.

  4. Start the server:

    docker-compose up -d
    
  5. Access the server: The server will be available at http://localhost:3000

Configuration

Environment Variables

VariableDescriptionDefault
GITHUB_PERSONAL_ACCESS_TOKENYour GitHub Personal Access TokenRequired
GITHUB_TOOLSETSComma-separated list of toolsets to enableall
GITHUB_DYNAMIC_TOOLSETSEnable dynamic toolset discovery (0 or 1)0
PORTHTTP server port3000

Available Toolsets

  • repos - Repository-related tools (file operations, branches, commits)
  • issues - Issue-related tools (create, read, update, comment)
  • users - Anything relating to GitHub Users
  • pull_requests - Pull request operations (create, merge, review)
  • code_security - Code scanning alerts and security features
  • experiments - Experimental features (not considered stable)

To enable specific toolsets, set GITHUB_TOOLSETS=repos,issues,pull_requests in your .env file.

Usage

Check Server Status

curl http://localhost:3000/health

Make MCP Requests

The server accepts MCP protocol requests via HTTP POST:

curl -X POST http://localhost:3000/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/list",
    "params": {}
  }'

Docker Commands

Start services

docker-compose up -d

Stop services

docker-compose down

View logs

docker-compose logs -f

Rebuild and restart

docker-compose down
docker-compose build --no-cache
docker-compose up -d

Troubleshooting

Check if containers are running

docker-compose ps

View container logs

docker-compose logs github-mcp-server
docker-compose logs mcp-http-proxy

Reset everything

docker-compose down -v
docker-compose up -d

Security Notes

  • Keep your GitHub Personal Access Token secure
  • Only grant the minimum permissions necessary for your use case
  • Consider using GitHub App tokens for production deployments
  • The server runs on localhost by default - configure firewall rules appropriately

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the original GitHub MCP Server for license details.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
ChatWiseThe second fastest AI chatbot™
Amap Maps高德地图官方 MCP Server
WindsurfThe new purpose-built IDE to harness magic
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Serper MCP ServerA Serper MCP Server
Tavily Mcp
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.