Higress.ai How to publish MCP to this market

Menu

Github

by: Higress official
|
category: code
|
2025.04.16 updated

Integrates common Github functions, supports file operations, repository management, search, etc.

Using URL to connect to MCP Server
Step 1: enter

accessToken

User-defined API keys are retained for only one week
Step 2: create URL
sign in
You must sign in before generating the URL
Step 3: MCP Client One-Click Install Server (Optional)
DeepChat
Cherry Studio
LobeChat
5ire

GitHub MCP Server

An MCP server implementation of the GitHub API, supporting file operations, repository management, search, and more.

Source code: https://github.com/modelcontextprotocol/servers/tree/main/src/github

Features

  • Automatic branch creation: Automatically creates branches if they don't exist when creating/updating files or pushing changes
  • Comprehensive error handling: Provides clear error messages for common issues
  • Git history preservation: Operations preserve complete Git history, no force pushing
  • Batch operations: Supports both single file and batch file operations
  • Advanced search: Supports code, issues/PRs, and user search

Usage Guide

Get AccessToken

Create GitHub personal access token:

  1. Visit Personal access tokens (in GitHub Settings > Developer settings)
  2. Select repositories the token can access (public, all, or selected)
  3. Create token with repo permissions ("Full control of private repositories")
    • Or, if only using public repositories, select only public_repo permissions
  4. Copy the generated token

Generate SSE URL

On the MCP Server interface, log in and enter the AccessToken to generate the URL.

Configure MCP Client

On the user's MCP Client interface, add the generated SSE URL to the MCP Server list.

"mcpServers": {
    "github": {
      "url": "https://mcp.higress.ai/mcp-github/{generate_key}",
    }
}

Related MCP Servers

Time

by: Higress official

Time Calibration: Can provide the current time based on a specified time zone. It can also determine the user location through their IP address, and then provide an accurate time based on the time zone of that location.

utility|2025.04.16 updated
Check Higress config

IP Location

by: Higress official

Spatial positioning: Determine the user location based on their IP, supporting automatic acquisition of the user IP.

apimarket|2025.04.16 updated
Check Higress config

Stock Helper

by: Higress official

A multifunctional service designed specifically for the stock, futures, and foreign exchange markets. It provides a variety of tools, including candlestick charts, quotes, rankings, and more, to help users obtain real-time and historical data, perform technical analysis, and support decision-making.

apimarket|2025.04.16 updated
Check Higress config

Calendar Holiday Helper

by: Higress official

Supports inquiries about Chinese holidays/compensatory leave, as well as traditional Chinese almanac (auspicious time selection) queries.

apimarket|2025.04.16 updated
Check Higress config