Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Github Mcp Server Local

    Local Docker setup for GitHub MCP Server with docker-compose

    0 stars
    JavaScript
    Updated Jun 1, 2025

    Table of Contents

    • What is GitHub MCP Server?
    • Features
    • Quick Start
    • Prerequisites
    • Setup
    • Configuration
    • Environment Variables
    • Available Toolsets
    • Usage
    • Check Server Status
    • Make MCP Requests
    • Docker Commands
    • Start services
    • Stop services
    • View logs
    • Rebuild and restart
    • Troubleshooting
    • Check if containers are running
    • View container logs
    • Reset everything
    • Security Notes
    • Contributing
    • License
    • Related Projects

    Table of Contents

    • What is GitHub MCP Server?
    • Features
    • Quick Start
    • Prerequisites
    • Setup
    • Configuration
    • Environment Variables
    • Available Toolsets
    • Usage
    • Check Server Status
    • Make MCP Requests
    • Docker Commands
    • Start services
    • Stop services
    • View logs
    • Rebuild and restart
    • Troubleshooting
    • Check if containers are running
    • View container logs
    • Reset everything
    • Security Notes
    • Contributing
    • License
    • Related Projects

    Documentation

    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

    • Docker installed and running
    • Docker Compose installed
    • A GitHub Personal Access Token

    Setup

    1. Clone this repository:

    bash
    git clone https://github.com/shesadri/github-mcp-server-local.git
       cd github-mcp-server-local

    2. Create environment file:

    bash
    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:

    bash
    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

    bash
    curl http://localhost:3000/health

    Make MCP Requests

    The server accepts MCP protocol requests via HTTP POST:

    bash
    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

    bash
    docker-compose up -d

    Stop services

    bash
    docker-compose down

    View logs

    bash
    docker-compose logs -f

    Rebuild and restart

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

    Troubleshooting

    Check if containers are running

    bash
    docker-compose ps

    View container logs

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

    Reset everything

    bash
    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.

    Related Projects

    • GitHub MCP Server - The original GitHub MCP Server
    • Model Context Protocol - Learn more about MCP

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k