# ServiceNow CMDB MCP Server Configuration
# Copy this file to .env and fill in your ServiceNow credentials
# ServiceNow instance URL (without trailing slash)
SERVICENOW_URL=https://your-instance.service-now.com
# ServiceNow credentials
SERVICENOW_USER=your-username
SERVICENOW_PASS=your-password
# Optional: Server configuration
MCP_SERVER_HOST=127.0.0.1
MCP_SERVER_PORT=9123