Flash-GitHub

by ruilacerda

281 downloads
Not rated
GitHub

About

A GitHub API integration server using the MCP (Message Control Protocol) framework

Details

Author
ruilacerda
Downloads
281
Categories
Developer Tools

- Search GitHub repositories by query
- Create new repositories on GitHub
- Retrieve file content from a repository
- List the contents of a repository directory
- Get metadata (info) about a repository
- Pull repository contents to a local directory
- Push local changes to a remote repository
- Compare a local directory with repository state

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 Flash-GitHub
    Command (node, npx, python, etc.)

    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

Install dependencies with pip install -r requirements.txt, then create a .env file containing your GitHub API token (GITHUB_API_TOKEN=your_github_token_here). Run the server with python flash-github.py to expose the available tools.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "flash-github": {
            "flash-github": {
                "command": "python",
                "args": [
                    "flash-github.py"
                ]
            }
        }
    }
}

McpServers

{
    "flash-github": {
        "command": "python",
        "args": [
            "flash-github.py"
        ]
    }
}

Flash-GitHub

A GitHub API integration server using the MCP (Message Control Protocol) framework. This project provides a set of tools for interacting with GitHub repositories through a standardized interface.

Features

- Search GitHub repositories
- Create new repositories
- Get file content from repositories
- List repository contents
- Get repository information
- Pull from repositories to local directories
- Push local changes to repositories
- Compare local directories with repositories

Installation

pip install -r requirements.txt

Configuration

Create a .env file in the project root with your GitHub API token:

GITHUB_API_TOKEN=your_github_token_here

Usage

Run the MCP server:

python flash-github.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

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.