.env.railway.example•445 B
# MCP HTTP Server Configuration for Railway.app Deployment
# Port binding (Railway sets this automatically, default 5000 for local)
PORT=8000
# Flask environment mode
FLASK_ENV=production
# Optional: Path to project for MCP tools to analyze
# Leave blank to use current working directory
MCP_PROJECT_PATH=
# Optional: MCP server socket/stdio path if reusing existing server
# Leave blank to use local tool_handlers directly
MCP_SERVER_PATH=