Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added Claude Desktop remote MCP server setup instructions#1130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
karanb192 wants to merge3 commits intogithub:main
base:main
Choose a base branch
Loading
fromkaranb192:add-claude-desktop-remote-setup

Conversation

karanb192
Copy link

@karanb192karanb192 commentedSep 25, 2025
edited
Loading

Summary

This PR adds documentation for using the GitHub MCP server with Claude Desktop via the remote setup method (npx mcp-remote), which is simpler and more reliable than the Docker-based approach.

Motivation

Currently, the Claude Desktop documentation only shows the Docker-based setup, which:

  • Requires Docker installation and configuration
  • Has reported compatibility issues with some users
  • Is more complex than necessary

The remote setup method usingnpx mcp-remote is already documented for Claude Code but was missing for Claude Desktop. I've personally tested this configuration and it works seamlessly.

Changes

  • AddedRemote Server Setup as the recommended method for Claude Desktop
  • Usesnpx mcp-remote with the GitHub API endpoint - no Docker required
  • Moved Docker setup to "Alternative Method" section with existing compatibility warning
  • Updated prerequisites to clarify requirements (Docker for local, npm for remote)
  • Enhanced troubleshooting section with remote-specific guidance

Configuration Added

{"mcpServers": {"github": {"command":"npx","args": ["mcp-remote","https://api.githubcopilot.com/mcp","--header","Authorization: Bearer ${GITHUB_PERSONAL_ACCESS_TOKEN}"      ],"env": {"GITHUB_PERSONAL_ACCESS_TOKEN":"YOUR_GITHUB_PAT"      }    }  }}

This makes it significantly easier for Claude Desktop users to connect to the GitHub MCP server without needing Docker installation.

@karanb192karanb192 requested a review froma team as acode ownerSeptember 25, 2025 06:20
- 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 documentationThis makes it significantly easier for Claude Desktop users to connect to the GitHub MCP server without needing Docker installation.
@karanb192karanb192force-pushed theadd-claude-desktop-remote-setup branch fromcc15cc8 toe896408CompareSeptember 27, 2025 03:21
@karanb192
Copy link
Author

@almaleksia@tommaso-moro@tonytrg@LuluBeatson can you please review my PR?

@karanb192karanb192 changed the titleAdd Claude Desktop remote MCP server setup instructionsAdded Claude Desktop remote MCP server setup instructionsSep 29, 2025
@karanb192
Copy link
Author

@JoannaaKL,@MattBabbage, can you please review and merge my PR?

Copy link

@OneClick1-MFOneClick1-MF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Automatic

@karanb192
Copy link
Author

@OneClick1-MF , can you please approve workflows and then merge as well?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
2 more reviewers

@Sensationalshelly8Sensationalshelly8Sensationalshelly8 approved these changes

@OneClick1-MFOneClick1-MFOneClick1-MF approved these changes

Reviewers whose approvals may not affect merge requirements

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@karanb192@Sensationalshelly8@OneClick1-MF

[8]ページ先頭

©2009-2025 Movatter.jp