Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for HTTP transport mode (optional) | |
| DB_HOST | No | PostgreSQL database host for SQL Logic Sandbox | localhost |
| DB_NAME | No | PostgreSQL database name for SQL Logic Sandbox | pg-litefarm |
| DB_PORT | No | PostgreSQL database port for SQL Logic Sandbox | 5433 |
| DB_USER | No | PostgreSQL database user for SQL Logic Sandbox | postgres |
| TRANSPORT | No | Transport mode for the MCP server (stdio or http) | stdio |
| DB_PASSWORD | No | PostgreSQL database password for SQL Logic Sandbox | postgres |
| LITEFARM_EMAIL | Yes | Your LiteFarm account email address | |
| LITEFARM_API_URL | No | The URL of the LiteFarm API server | http://localhost:5000 |
| LITEFARM_PASSWORD | Yes | Your LiteFarm account password |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |