learning_coach_mcp
Verified Safeby Pevansh
Overview
An AI Learning Coach that generates personalized daily learning insights using RAG from user-curated content sources.
Installation
python -m src.serverEnvironment Variables
- SUPABASE_URL
- SUPABASE_KEY
- GROQ_API_KEY
- DEFAULT_EMBEDDING_MODEL
- MAX_DAILY_INSIGHTS
Security Notes
The server uses environment variables for all API keys and database credentials. Content fetching from user-provided URLs is handled with timeouts and BeautifulSoup parsing, mitigating some common risks. No 'eval' or obvious malicious patterns were found. The primary risk involves fetching and parsing arbitrary external content, which is inherent to the application's function.
Similar Servers
5ire
A desktop AI assistant client that integrates with various LLM providers and supports extensible tool and prompt functionalities via the Model Context Protocol (MCP).
UltraRAG
A low-code RAG framework for researchers to build and iterate on complex multi-stage, multimodal Retrieval-Augmented Generation (RAG) pipelines using a Model Context Protocol (MCP) architecture.
apple-rag-mcp
This MCP server provides AI agents with comprehensive, real-time access to Apple's developer documentation and WWDC video transcripts using advanced RAG (Retrieval Augmented Generation) techniques, combining semantic, keyword, and AI-powered hybrid search.
pageindex-mcp
Provides vectorless, reasoning-based RAG capabilities for LLMs to navigate and retrieve information from hierarchical document structures, primarily for long PDFs.