We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maverox/fdep-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•859 B
# FDEP MCP Server Configuration
# Copy this file to .env and update the values for your environment
# Database Configuration
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=localhost
DB_PORT=5432
DB_NAME=code_as_data
DB_POOL_SIZE=10
DB_MAX_OVERFLOW=20
DB_POOL_TIMEOUT=30
DB_POOL_RECYCLE=1800
# FDEP Data Path
# Set this to the path where your FDEP output files are located
# This should be the directory containing the JSON files generated by the Spider plugin
FDEP_PATH=/path/to/your/fdep/output
# Server Configuration
# Log level for the MCP server (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO
# Optional: Path to log file (leave empty to log to stderr)
LOG_FILE=
# Development Settings
# Set to true to enable development mode features
DEV_MODE=false
# Database SSL Settings (for production)
DB_SSL_MODE=prefer
DB_SSL_CERT=
DB_SSL_KEY=
DB_SSL_ROOTCERT=