-
Notifications
You must be signed in to change notification settings - Fork 484
Feature/comprehensive installation guide - [Add Installation Instructions to Firecrawl MCP for All MCP-Compatible Environments] #105
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
Open
MAVRICK-1
wants to merge
6
commits into
firecrawl:main
Choose a base branch
from
MAVRICK-1:feature/comprehensive-installation-guide
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+764
−40
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Created detailed INSTALLATION.md with step-by-step instructions - Added support for all major MCP-compatible platforms including: - Desktop AI: Claude Desktop, Claude Code CLI - Editors: Cursor, VS Code, Windsurf, Zed, IntelliJ IDEA, PyCharm, etc. - Extensions: Cline, Continue.dev, CodeGPT, GitHub Copilot - Cloud: AWS, Azure, GCP, Replit - Containers: Docker, Kubernetes - Mobile: iOS, Android - Enterprise: Slack, Teams, Discord - Used Context7-style collapsible format with proper icons - Added both remote and local server configuration options - Included prerequisites, verification steps, and troubleshooting - Updated README.md with prominent link to installation guide Resolves #2176
- Added proper Discord favicon URL to replace empty src - All platform icons are now properly configured and should display correctly
- Replace Discord icon with proper high-quality favicon - Maintain 16x16 sizing with correct alignment styling
@ericciarla can i get a review on this Pr |
Hey, please provide the installation guides in the readme itself and not in separate file(s). Also please make sure to test in each platform. Thank you! |
@nickscamara you mean to add about the installation directly into readme.md? No other file |
- Integrated all 31 platform installation guides directly into README.md - Removed separate INSTALLATION.md file as requested in review - Maintained all platform configurations with proper icons and formatting - Includes detailed setup instructions for: - Desktop AI: Claude Desktop, Claude Code CLI - Editors: Cursor, VS Code, Windsurf, Zed, IntelliJ IDEA, PyCharm, WebStorm - Extensions: Cline, Continue.dev, CodeGPT, GitHub Copilot - Cloud: AWS Lambda, Azure Functions, Google Cloud Functions - Container: Docker, Kubernetes - Enterprise: Slack Bot, Discord Bot - Mobile: iOS, Android - And many more platforms Addresses reviewer feedback to consolidate installation guides
17fbc7c
to
1d46bc2
Compare
- Consolidated PyCharm, WebStorm, and Android Studio into single JetBrains IDEs section - All use the same configuration as IntelliJ IDEA - Eliminates redundancy while maintaining comprehensive coverage - Reduced from 31 to 28 unique platform sections
@nickscamara already tested |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the
README.md
to improve installation instructions and highlight platform compatibility for the MCP server implementation. The changes make it easier for users to find comprehensive setup information and understand supported environments.Documentation improvements:
INSTALLATION.md
guide, which provides detailed instructions for over 50 MCP-compatible environments.Fixes firecrawl/firecrawl#2176