Variable | Type | Required | Description
RAZORPAY_KEY_ID | string | Yes | Your Razorpay API key ID
RAZORPAY_KEY_SECRET | string | Yes | Your Razorpay API key secret
LOG_FILE | string | No | Path to log file for server logs
TOOLSETS | string | No | Comma-separated list of toolsets to enable (default: all)
READ_ONLY | boolean | No | Run server in read-only mode (default: false)
Command Line Flags
When running the Local MCP Server binary directly, you can use the following command line flags:Flag (Short) | Description
--key (-k) | Your Razorpay API key ID
--secret (-s) | Your Razorpay API key secret
--log-file (-l) | Path to log file
--toolsets (-t) | Comma-separated list of toolsets to enable
--read-only | Enable read-only mode