Provides web crawling and RAG capabilities for AI agents, enabling scraping of websites, storing content in a vector database (Supabase), and performing semantic search over crawled data.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.NEO4J_URI— bolt://localhost:7687NEO4J_USER— "": "neo4j",NEO4J_PASSWORD— your_neo4j_passwordUSE_RERANKINGUSE_KNOWLEDGE_GRAPH— ## Knowledge Graph Tools (requires =true, see below)HOSTPORT— docker build -t mcp/crawl4ai-rag --build-arg =8051 .USE_AGENTIC_RAGUSE_HYBRID_SEARCHTRANSPORT— "": "stdio",OPENAI_API_KEY— your_openai_api_keySUPABASE_URL— your_supabase_project_urlSUPABASE_SERVICE_KEY— your_supabase_service_keyMODEL_CHOICE— gpt-4.1-nanoUSE_CONTEXTUAL_EMBEDDINGS[](https://m8ven.ai/mcp/utaschulz1-mcp-crawl2db-neo4j-rag-i8mn35)