athena-mcp-servers
Verified Safeby mkmlab-hq
Overview
A collection of essential AI microservices designed to power intelligent agents and automate development tasks through a multi-agent control protocol.
Installation
python file_manager_server_official.pyEnvironment Variables
- POSTGRES_URL
- WORKSPACE_ROOT
- VPS_QDRANT_URL
- QDRANT_URL
- GEMINI_API_KEY
- GOOGLE_API_KEY
- MKM12_LTM_TIER
- MKM12_LTM_DB_TYPE
- MKM12_LTM_DB_URL
- MKM12_LTM_API_KEY
- MKM12_LTM_COLLECTION
- MKM12_MANAGED_QDRANT_URL
Security Notes
The project generally follows good security practices by using environment variables for API keys and sensitive configurations (e.g., POSTGRES_URL, GEMINI_API_KEY, QDRANT_URLs). However, some external service endpoints (e.g., GEMMA_VPS_URL, VPS_QDRANT_URL) are hardcoded with IP addresses, which introduces a reliance on specific external infrastructure and requires trusting the operators of those IPs. The default 'postgres:password' for POSTGRES_URL in example code is a common weak credential, which users must be careful to override in their .env for production environments. No 'eval' or obvious malicious patterns were found.
Similar Servers
mcp-server
Provides real-time Indian options market data and volatility analytics to AI chats, enabling quantitative analysis and trading insights.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
ga-ai-mcp-server
This server allows AI agents to query Google Analytics 4 data (reports, traffic sources, demographics, etc.) via the Model Context Protocol (MCP).
MCP_SERVER
Hosts a server for a specific protocol or application.