# Enhanced MCP Stock Server Configuration
# Copy this file to .env and fill in your actual values
# Required: Google Gemini API Key for AI query processing
GEMINI_API_KEY=your_gemini_api_key_here
# Optional: MCP Server Configuration
MCP_SERVER_CWD=/path/to/your/project
MCP_MAX_RETRIES=3
MCP_TIMEOUT_SECONDS=30
# Optional: Logging Configuration
LOG_LEVEL=INFO
LOG_FILE=mcp_stock.log
# Optional: Data Configuration
CSV_FILE_PATH=stocks_data.csv
CACHE_TIMEOUT_SECONDS=300
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fjing1/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server