Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/installation-guides/install-cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Uses GitHub's hosted server at https://api.githubcopilot.com/mcp/. Requires Curs
### Install steps

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
2. In Tools & Integrations > MCP tools, click the pencil icon next to "github"
2. In Preferences → Cursor Settings → Customize → MCPs, click the "github" item, then the path to the config file below "User"
3. Replace `YOUR_GITHUB_PAT` with your actual [GitHub Personal Access Token](https://github.com/settings/tokens)
4. Save the file
5. Restart Cursor
Expand Down Expand Up @@ -44,7 +44,7 @@ The local GitHub MCP server runs via Docker and requires Docker Desktop to be in
### Install steps

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
2. In Tools & Integrations > MCP tools, click the pencil icon next to "github"
2. In Preferences → Cursor Settings → Customize → MCPs, click the "github" item, then the path to the config file below "User"
3. Replace `YOUR_GITHUB_PAT` with your actual [GitHub Personal Access Token](https://github.com/settings/tokens)
4. Save the file
5. Restart Cursor
Expand Down Expand Up @@ -111,7 +111,7 @@ To authenticate with a Personal Access Token instead (it takes precedence over O
## Verify Installation

1. Restart Cursor completely
2. Check for green dot in SettingsTools & Integrations → MCP Tools
2. Check for green dot for the "github" item in PreferencesCursor Settings → Customize → MCPs
3. In chat/composer, check "Available Tools"
4. Test with: "List my GitHub repositories"

Expand Down