BerryRAG
JSON →A local RAG system with Playwright MCP integration for Claude and OpenAI embeddings, using local storage.
Install
pip install -r Tools · 10
- add_document Add content directly to vector DB
- search_documents Search for similar content
- get_context Get formatted context for queries
- list_documents List all stored documents
- get_stats Vector database statistics
- process_scraped_files Process Playwright scraped content
- save_scraped_content Save content for later processing
- crawl_content Advanced web content extraction with subpage support
- extract_links Extract internal links for subpage discovery
- get_content_preview Quick content preview without full processing
Environment variables
OPENAI_API_KEY