You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation-guides/install-windsurf.md
+7-22Lines changed: 7 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## Remote Server Setup (Recommended)
9
9
10
-
The remote GitHub MCP server is hosted by GitHub at `https://api.githubcopilot.com/mcp/` and supports both HTTP and SSE protocols. Windsurf currently supports PAT authentication only.
10
+
The remote GitHub MCP server is hosted by GitHub at `https://api.githubcopilot.com/mcp/` and supports both HTTP and SSE protocols. Windsurf currently supports PAT authentication only for the remote GitHub server.
11
11
12
12
### Direct SSE Configuration
13
13
Windsurf supports SSE servers with a `serverUrl` field:
@@ -27,7 +27,9 @@ Windsurf supports SSE servers with a `serverUrl` field:
27
27
28
28
## Local Server Setup
29
29
30
-
### Option 1: Docker (Recommended)
30
+
### Docker Installation (Required)
31
+
> **Important**: The npm package `@modelcontextprotocol/server-github` is no longer supported as of April 2025. Use the official Docker image `ghcr.io/github/github-mcp-server` instead.
32
+
31
33
```json
32
34
{
33
35
"mcpServers": {
@@ -49,23 +51,6 @@ Windsurf supports SSE servers with a `serverUrl` field:
0 commit comments