GitHub

by alsonwangkhem

Not rated
GitHub

About

Integrates with GitHub's API to enable natural language-driven repository management, issue tracking, and code exploration for streamlined development workflows.

Details

Author
alsonwangkhem
Repository
alsonwangkhem/github-mcp-2
Categories
Productivity, Developer Tools, Design, AI, Search, Infrastructure, Knowledge Base, Project Management, API

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name GitHub
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 absolute/path/to/your/index.js/file
    Environment
    • GITHUB_TOKEN your-github-personal-access-token

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "github": {
            "env": {
                "GITHUB_TOKEN": "your-github-personal-access-token"
            },
            "args": [
                "absolute/path/to/your/index.js/file"
            ],
            "command": "node"
        }
    }
}

Linux

{
    "env": {
        "GITHUB_TOKEN": "your-github-personal-access-token"
    },
    "args": [
        "absolute/path/to/your/index.js/file"
    ],
    "command": "node"
}

Macos

{
    "env": {
        "GITHUB_TOKEN": "your-github-personal-access-token"
    },
    "args": [
        "absolute/path/to/your/index.js/file"
    ],
    "command": "node"
}

Windows

{
    "env": {
        "GITHUB_TOKEN": "your-github-personal-access-token"
    },
    "args": [
        "absolute\\path\\to\\your\\index.js\\file"
    ],
    "command": "node"
}

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.