We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bundelkund/Litefarm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# LiteFarm API Configuration
LITEFARM_API_URL=http://localhost:5000
LITEFARM_EMAIL=your-email@example.com
LITEFARM_PASSWORD=your-password
# MCP Server Configuration
TRANSPORT=stdio
PORT=3000
# Optional: Character limit for responses
CHARACTER_LIMIT=100000
# Database Configuration (for SQL Logic Sandbox / Option C)
# These settings allow direct database access for complex SQL operations
DB_HOST=localhost
DB_PORT=5433
DB_NAME=pg-litefarm
DB_USER=postgres
DB_PASSWORD=postgres