github_mcp_demo

ramzimalhas/github_mcp_demo

3.1

If you are the rightful owner of github_mcp_demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides access to GitHub issues through a resources endpoint.

GitHub MCP Demo Server

A Model Context Protocol (MCP) server that provides access to GitHub issues through a resources endpoint.

Features

  • Fetch GitHub issues by repository and issue number
  • Support for public repositories (no authentication required)
  • MCP-compliant resource interface

Usage

The server provides a resource endpoint that can fetch GitHub issues:

  • Resource URI pattern: github://issue/{owner}/{repo}/{issue_number}
  • Example: github://issue/microsoft/vscode/123456

Setup

  1. Install dependencies: npm install
  2. Start the server: npm start
  3. Configure in Claude Desktop config

API

The server implements the MCP resources specification and can be used with any MCP-compatible client.