mcp-crawl4ai-rag

Web Crawling and RAG Capabilities for AI Agents and AI Coding Assistants

GitHub Stars

1,638

User Rating

Not Rated

Favorites

0

Views

31

Forks

512

Issues

54

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/coleam00/mcp-crawl4ai-rag.git
cd mcp-crawl4ai-rag

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Database connection error Solution: Verify Supabase connection settings.

Additional Resources