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
Add Claude Desktop remote MCP server setup instructions
- Added npx mcp-remote configuration as recommended method for Claude Desktop
- No Docker required for remote setup - simpler and more reliable
- Uses environment variable format for secure token storage
- Moved Docker setup as alternative method with existing compatibility warning
- Updated prerequisites to clarify Docker vs npm requirements
- Enhanced troubleshooting section for remote server issues
- Standardized GitHub API URL format across documentation
This makes it significantly easier for Claude Desktop users to connect to the GitHub MCP server without needing Docker installation.
Copy file name to clipboardExpand all lines: docs/installation-guides/install-claude.md
+44-13Lines changed: 44 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,16 +81,42 @@ claude mcp get github
81
81
### Prerequisites
82
82
- Claude Desktop installed (latest version)
83
83
-[GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new)
84
-
-[Docker](https://www.docker.com/) installed and running
85
-
86
-
> **Note**: Claude Desktop supports MCP servers that are both local (stdio) and remote ("connectors"). Remote servers can generally be added via Settings → Connectors → "Add custom connector". However, the GitHub remote MCP server requires OAuth authentication through a registered GitHub App (or OAuth App), which is not currently supported. Use the local Docker setup instead.
84
+
- For local setup: [Docker](https://www.docker.com/) installed and running
0 commit comments