Nuha Sayegh Vs Fahed Sayegh Dvro Case
Divorce and domestic violence restraining order case
None defined yet.
AI-Powered Recovery Support with Hugging Face MCP Integration
Visit https://huggingface.co/spaces/Recovery-Compass-79/README
GET / - Welcome page with OAuth loginGET /health - Health check endpointGET /mcp - MCP server capabilitiesGET /api/search?query={text} - Search HF resourcesGET /api/models?task={task} - List ML modelsGET /api/datasets?task={task} - List datasetsGET /api/spaces - List recovery-related SpacesPOST /api/chat - AI chat endpoint# Search for recovery-related resources
curl "https://Recovery-Compass-79-README.hf.space/api/search?query=mental%20health"
# Get health check
curl "https://Recovery-Compass-79-README.hf.space/health"
# Chat with AI
curl -X POST "https://Recovery-Compass-79-README.hf.space/api/chat" \
-H "Content-Type: application/json" \
-d '{"message": "I need support today"}'
This Space serves as an MCP server providing:
Add this to your MCP client configuration:
{
"mcpServers": {
"recovery-compass": {
"url": "https://huggingface.co/spaces/Recovery-Compass-79/README",
"oauth": true
}
}
}
# Clone the repository
git clone https://huggingface.co/spaces/Recovery-Compass-79/README
# Install dependencies
pip install -r requirements.txt
# Run locally
uvicorn app:app --host 0.0.0.0 --port 7860
Contributions are welcome! This is an open-source recovery support tool.
MIT License - feel free to use and modify for your own recovery support projects.
This is an AI-powered support tool and should not replace professional medical or mental health care. If you're in crisis, please contact:
Recovery Compass is an AI-powered platform designed to support individuals on their recovery journey. By integrating with Hugging Face's MCP ecosystem, we provide access to cutting-edge AI models, datasets, and tools to enhance recovery support.
Built with ❤️ using Hugging Face, FastAPI, and Model Context Protocol