Skip to content

Commit 342b399

Browse files
authored
Update installation guide with important notes on GitHub MCP...
...Server, including Docker image and npm package deprecation.
1 parent 466e346 commit 342b399

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/installation-guides/installation-guides.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This directory contains detailed installation instructions for the GitHub MCP Se
88
- **[Cursor](install-cursor.md)** - Installation guide for Cursor IDE
99
- **[Windsurf](install-windsurf.md)** - Installation guide for Windsurf IDE
1010

11-
## Quick Reference
11+
## Suport by Host Application
1212

1313
| Host Application | Local GitHub MCP Support | Remote GitHub MCP Support | Prerequisites | Difficulty |
1414
|-----------------|---------------|----------------|---------------|------------|
@@ -52,6 +52,12 @@ The GitHub MCP Server can be installed using several methods. **Docker is the mo
5252
- **Build command**: `go build -o github-mcp-server cmd/github-mcp-server/main.go`
5353
- **Best for**: Developers who want the latest features or need custom modifications
5454

55+
### Important Notes on the GitHub MCP Server
56+
57+
- **Docker Image**: The official Docker image is now `ghcr.io/github/github-mcp-server`
58+
- **npm Package**: The npm package @modelcontextprotocol/server-github is no longer supported as of April 2025
59+
- **Remote Server**: The remote server URL is `https://api.githubcopilot.com/mcp/`
60+
5561
## General Prerequisites
5662

5763
All installations with Personal Access Tokens (PAT) require:

0 commit comments

Comments
 (0)