# MCP server port (also accepts MCP_SERVER_PORT)
# MCP_SERVER_PORT=3740
# The server reads configuration from the main BinktermPHP .env file (one
# level up). No separate .env file is needed ? this file is for reference only.
#
# Required variables in the main .env:
# DB_HOST, DB_PORT, DB_NAME, DB_USER, DB_PASS (note: DB_PASS, not DB_PASSWORD)
#
# Optional:
# MCP_SERVER_PORT=3740 Override the listening port (default: 3740)
# DB_SSLMODE=require Enable SSL for the PostgreSQL connection
# LICENSE_FILE=data/license.json Path to the license file (default)
#
# Authentication:
# Each user generates their own bearer key from the Settings ? AI page.
# Keys are stored in the users_meta table under keyname 'mcp_serverkey'.
# No static API key configuration is needed.
#
# Starting the server:
# node mcp-server/server.js
#
# Via restart_daemons.sh:
# ./scripts/restart_daemons.sh --start mcp_server
|