Back to Home
praneet1503 icon

astrx-mcp-server

Verified Safe

by praneet1503

Overview

A high-performance RAG system providing AI-enriched knowledge and semantic search capabilities for a large animal dataset.

Installation

Run Command
uvicorn app:app --host 0.0.0.0 --port 7860

Environment Variables

  • SAMBANOVA_API_KEY
  • CLAUDE_API_KEY
  • MODAL_TOKEN_ID
  • MODAL_TOKEN_SECRET
  • BLAXEL_API_KEY
  • GEMINI_API_KEY
  • SCRAPER_INTERVAL
  • SPACE_HOST
  • DEMO_SAMBANOVA_KEY
  • DEMO_CLAUDE_KEY
  • DEMO_MODAL_KEY
  • DEMO_BLAXEL_KEY
  • DEMO_GEMINI_KEY

Security Notes

API keys are handled via environment variables, `.env` files, and Modal secrets, or temporarily stored in session memory for Gradio. Network calls to external LLM APIs use `httpx` with timeouts. Web scraping with Playwright is isolated within Modal functions. No direct `eval` or `subprocess` execution from user input is observed. The data loading is from controlled local files or specific external URLs. Standard prompt injection risks for LLM interactions exist but do not compromise the underlying system.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens1200
Stars0
Forks0
Last Update2025-11-30

Tags

RAGLLMGradioSambaNovaModal