Skip to main content
Glama

GitHub MCP Server

GitHub MCP (Model Context Protocol) server

Hi! This is my first GitHub MCP server that allows MCP compatible LLMs like Claude to interact with my MCP server and hence with GitHub API.

Requirements

  • TypeScript (programming language)
  • Octokit (for making API requests to GitHub)
  • Model Context Protocol SDK

Setup the project locally

  1. Clone the repository
  2. Run npm install
  3. Add .env file looking at the sample provided in .env.example file
  4. To build the TypeScript files to Javascript, run npx tsc
  5. To finally run the project, run node build/index.js

Ways to test

You can test your MCP server in 2 ways:

  • MCP inspector
  • Claude Desktop

Test using MCP inspector

  1. Simply run npx @modelcontextprotocol/inspector node build/index.js in the terminal
  2. Go to http://localhost:5173
  3. You can now see the MCP inspector and test.

Test using Claude Desktop

  1. Download and install Claude Desktop from here
  2. Go to File > Settings... > Developer > Edit Config
  3. It should open up the location of claude_desktop_config.json file.
  4. Open that file in your code editor and add the following:
    { "mcpServers": { "gh": { "command": "node", "args": ["absolute\\path\\to\\your\\index.js\\file"], "env": { "GITHUB_TOKEN": "your-github-personal-access-token" } } } }
  5. Exit and reopen Claude desktop

Functionalities

The MCP supports mainly two features:

  • Tools (4)
    • create-issue: create a new issue in a GitHub repository
    • get-repo-info: get information about a specific GitHub repository
    • list-issues: list issues in a GitHub repository
    • search-repos: Search for GitHub repositories
  • Prompts (5)
    • create-issue-description: generate a description for a GitHub issue
    • create-pull-request-description: generate a description for a GitHub pull request
    • search-repos-prompt: generate a query for searching GitHub repositories
    • create-issue-prompt: generate parameters for creating a GitHub issue
    • enhance-github-response: format and enhance raw GitHub API response data

You can write your own prompts or select a suitable prompt from the dropdown in the "Choose an integration" option for MCP in Claude desktop

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude와 다른 MCP 호환 LLM이 GitHub API와 상호 작용할 수 있도록 하는 MCP 서버로, 이슈 생성, 저장소 정보 가져오기, 이슈 나열, 저장소 검색과 같은 기능을 지원합니다.

  1. 요구 사항
    1. 프로젝트를 로컬로 설정하세요
    2. 테스트 방법
    3. MCP 검사기를 사용하여 테스트
    4. Claude Desktop을 사용하여 테스트
    5. 기능

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    MCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.
    Last updated -
    17
    22,573
    65,360
    MIT License
  • A
    security
    F
    license
    A
    quality
    MCP Server for the GitHub API, providing features for file operations, repository management, and advanced search, with automatic branch creation and comprehensive error handling.
    Last updated -
    18
    1
    4
    • Linux
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP server that enables Claude and other compatible LLMs to interact with the GitHub API, supporting features like creating issues, retrieving repository information, listing issues, and searching repositories.
    Last updated -
    4
  • A
    security
    A
    license
    A
    quality
    An MCP server that enables analyzing and querying GitHub repositories through the GitHub Chat API, allowing users to index repositories and ask questions about their code, architecture and tech stack.
    Last updated -
    2
    59
    MIT License
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alsonwangkhem/github-mcp-2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server