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
Uses GitHub's hosted server at https://api.githubcopilot.com/mcp/. Requires Cursor v0.48.0+ for Streamable HTTP support. While Cursor supports OAuth for some MCP servers, the GitHub server currently requires a Personal Access Token.
13
14
14
15
### Install steps
16
+
15
17
1. Click the install button above and follow the flow, or go directly to your global MCP configuration file at `~/.cursor/mcp.json` and enter the code block below
16
18
2. In Tools & Integrations > MCP tools, click the pencil icon next to "github"
17
19
3. Replace `YOUR_GITHUB_PAT` with your actual [GitHub Personal Access Token](https://github.com/settings/tokens)
@@ -35,11 +37,12 @@ Uses GitHub's hosted server at https://api.githubcopilot.com/mcp/. Requires Curs
The local GitHub MCP server runs via Docker and requires Docker Desktop to be installed and running.
41
43
42
44
### Install steps
45
+
43
46
1. Click the install button above and follow the flow, or go directly to your global MCP configuration file at `~/.cursor/mcp.json` and enter the code block below
44
47
2. In Tools & Integrations > MCP tools, click the pencil icon next to "github"
45
48
3. Replace `YOUR_GITHUB_PAT` with your actual [GitHub Personal Access Token](https://github.com/settings/tokens)
@@ -77,6 +80,7 @@ The local GitHub MCP server runs via Docker and requires Docker Desktop to be in
77
80
-**Project-specific**: `.cursor/mcp.json` in project root
78
81
79
82
## Verify Installation
83
+
80
84
1. Restart Cursor completely
81
85
2. Check for green dot in Settings → Tools & Integrations → MCP Tools
82
86
3. In chat/composer, check "Available Tools"
@@ -85,16 +89,19 @@ The local GitHub MCP server runs via Docker and requires Docker Desktop to be in
85
89
## Troubleshooting
86
90
87
91
### Remote Server Issues
92
+
88
93
-**Streamable HTTP not working**: Ensure you're using Cursor v0.48.0 or later
89
94
-**Authentication failures**: Verify PAT has correct scopes
0 commit comments