astrx-mcp-server
Verified Safeby praneet1503
Overview
A high-performance RAG system providing AI-enriched knowledge and semantic search capabilities for a large animal dataset.
Installation
uvicorn app:app --host 0.0.0.0 --port 7860Environment 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
sparql-llm
An LLM-powered agent for generating, validating, and executing SPARQL queries against biomedical knowledge graphs, utilizing Retrieval-Augmented Generation (RAG) with endpoint-specific metadata and schema for improved accuracy.
groq-mcp-server
Provides a Model Context Protocol (MCP) server to access Groq's AI capabilities, including ultra-fast LLM chat, vision, text-to-speech, speech-to-text, agentic tooling, and batch processing, from clients like Claude Desktop and Cursor.
mcp-raganything
Provides a FastAPI REST API and MCP server for Retrieval Augmented Generation (RAG) capabilities, integrating with the RAG-Anything and LightRAG libraries for multi-modal document processing and knowledge graph operations.
Enterprise-Multi-AI-Agent-Systems-
Orchestrates multiple AI agents for complex reasoning and real-time information retrieval, integrating large language models with web search capabilities.