JUHE API Marketplace
JesusMaster avatar
MCP Server

GitHub See MCP Server

A server-side implementation that handles context processing between GitHub repositories and AI models, enabling seamless integration of AI capabilities with codebases through the Model Context Protocol.

1
GitHub Stars
3/3/2026
Last Updated
MCP Server Configuration
1{
2 "name": "GITHUB",
3 "command": "npx",
4 "args": [
5 "-y",
6 "mcp-remote@latest",
7 "https://{Your domain}/sse",
8 "--header",
9 "GITHUB_TOKEN:${GITHUB_TOKEN}"
10 ],
11 "env": {
12 "GITHUB_TOKEN": "here your github token"
13 }
14}
JSON14 lines
  1. Home
  2. MCP Servers
  3. github-see-mcp-server

README Documentation

GitHub MCP SSE Server

A Model Context Protocol (MCP) server that provides GitHub API integration through Server-Sent Events (SSE) transport.

Prerequisites

  • Node.js (v16 or higher)
  • npm or pnpm
  • GitHub Personal Access Token (for API access)

Installation

  1. Clone the repository:

    git clone https://github.com/JesusMaster/github-see-mcp-server.git
    cd github-see-mcp-server
    
  2. Install dependencies:

    npm install
    # or
    pnpm install
    
  3. Create a .env file in the root directory with the following content:

    GITHUB_TOKEN=your_github_token_here
    API_KEY=your-secret-api-key
    MCP_SSE_PORT=3200
    
  4. Build the project:

    npm run build
    # or
    pnpm run build
    

Usage

Starting the Server

npm run start
# or
pnpm run start

Development Mode

npm run dev
# or
pnpm run dev

Docker

You can also run the server using Docker.

Using Dockerfile
docker build -t github-see-mcp-server .
docker run -d -p 8080:8080 \
  --name github-see-mcp-server \
  github-see-mcp-server
Using Docker Compose

Make sure you have a .env file created as described in the "Installation" section.

docker-compose up -d

To stop the service, run:

docker-compose down

Connecting with Claude

To connect to this MCP server with Claude, add the following configuration to your Claude session:

{
    "GITHUB":{
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://{Your domain}/sse",
        "--header",
        "GITHUB_TOKEN:${GITHUB_TOKEN}"
      ],
      "env": {
        "GITHUB_TOKEN": "here your github token"
      }
    }
}

Available GitHub Tools

The server provides tools for managing:

  • Issues
  • Pull Requests
  • Repositories
  • Users

License

MIT

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.aiFeatured on ShowMeBestAI
Copyright © 2026 JUHEDATA HK LIMITED - All rights reserved