-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update Claude MCP install guide after testing #706
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Verified Claude Code installation steps - Identified and documented issues with Claude Desktop setup - Updated installation documentation based on testing
Updated recommendations for opening Claude Code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Claude MCP install guide based on testing results, with a focus on improving clarity and reflecting actual compatibility findings. The changes streamline the documentation by removing problematic Claude Web instructions and enhancing the working Claude Code CLI setup.
Key changes:
- Removed Claude Web section due to confirmed compatibility issues
- Enhanced Claude Code CLI instructions with both remote and local setup options
- Added compatibility warning for Claude Desktop based on testing feedback
- Improved troubleshooting section with tested solutions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This one's pretty important. The last version of this install guide wasn't completely accurate. And Claude Code gets a lot of usage. I verified the Claude Code section. Spotted compatibility issues for Claude Desktop in my case, so any extra eyes on that section would be great. We may need to open an issue for Anthropic. I suspect that Claude Desktop doesn't supports the docker method based on their docs and how it was behaving. But they don't say explicitly. |
Added installation option for using Claude Code using a release binary.
Updated section title for clarity regarding installation without Docker.
```bash | ||
claude mcp update github -e GITHUB_PERSONAL_ACCESS_TOKEN=your_github_pat | ||
claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer $(grep GITHUB_PAT .env | cut -d '=' -f2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you're missing a double-quote at the end of this line
Updating this for more clarity. Higher confidence in Claude Code after testing. Couldn't get the server configured in Claude Desktop.
Closes: Testing and cleanup for the Claude install guide