Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PG_DB | Yes | PostgreSQL database name | |
| PG_HOST | Yes | PostgreSQL RDS endpoint | |
| PG_PORT | No | PostgreSQL port number | 5432 |
| PG_USER | Yes | PostgreSQL username | |
| MYSQL_DB | Yes | MySQL database name | |
| MYSQL_HOST | Yes | MySQL RDS endpoint | |
| MYSQL_PORT | No | MySQL port number | 3306 |
| MYSQL_USER | Yes | MySQL username | |
| PG_PASSWORD | Yes | PostgreSQL password | |
| PG_SALES_DB | Yes | PostgreSQL database name for sales | |
| GROQ_API_KEY | Yes | OpenAI API Key for LLM integration | |
| PG_SALES_HOST | Yes | PostgreSQL RDS endpoint for sales | |
| PG_SALES_PORT | No | PostgreSQL port number for sales | 5432 |
| PG_SALES_USER | Yes | PostgreSQL username for sales | |
| MCP_SERVER_URL | No | MCP Server URL (if deploying, this will be your server's public URL) | http://localhost:8000 |
| MYSQL_PASSWORD | Yes | MySQL password | |
| PG_SALES_PASSWORD | Yes | PostgreSQL password for sales |
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 | |