Alephra
by sreeshanth-soma
Overview
AI-powered healthcare companion that transforms medical reports into actionable health insights, offers multilingual voice assistance, medication tracking, and 24/7 medical guidance.
Installation
npm startEnvironment Variables
- HF_TOKEN
- MCP_EMBED_HOST
- MCP_EMBED_PORT
- MCP_EMBED_URL
- NEXTAUTH_SECRET
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- GEMINI_API_KEY
- PINECONE_API_KEY
- SARVAM_API_KEY
- NEXT_PUBLIC_GOOGLE_CLIENT_ID
- AUTH_SECRET
- DATABASE_URL
- ALLOWED_ORIGINS
- RATE_LIMIT_PER_MINUTE
- SESSION_MAX_AGE
Security Notes
Critical vulnerability: The `app/api/voice/text-to-speech/route.ts` file contains hardcoded Sarvam AI API keys as fallbacks. Hardcoding API keys is a severe security risk, as they can be easily compromised, leading to unauthorized access, abuse, and potential financial implications. Additionally, the password hashing for share links uses SHA-256 directly, which is less secure than dedicated password hashing algorithms like bcrypt or Argon2 for sensitive data, though it's used for sharing and not primary user authentication. Extensive use of `JSON.parse` for client-side data (`localStorage`) could pose risks if not properly validated and sanitized, though `try-catch` blocks are present.
Similar Servers
deep-research
An AI-powered research assistant that generates comprehensive reports, leverages various LLMs and web search engines, and offers integration as a SaaS or MCP service.
geminimcp
Enables Claude Code to leverage Google's Gemini CLI for AI-assisted programming tasks, particularly excelling in frontend design and task planning.
hm_editor
Electronic Medical Record (EMR) Editor backend with AI integration for structured data management, document generation, and chart visualization.
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.